Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a37f7774eb | ||
|
|
e2d36dbb87 | ||
|
|
82eb7c5a49 | ||
|
|
c0a2673d18 | ||
|
|
c31792d0e9 | ||
|
|
b00cf6f708 | ||
|
|
8a075ab10c | ||
|
|
e33cbcf907 | ||
|
|
8c945c21ce | ||
|
|
cc1bdcd1fb | ||
|
|
4bd3e22c86 | ||
|
|
f58aeb00c8 | ||
|
|
6ffc416f8b | ||
|
|
2d5f11102a | ||
|
|
8cf07fcf2b | ||
|
|
7a3b70506e | ||
|
|
df1266227d | ||
|
|
233d93fa80 | ||
|
|
f23ac4624f | ||
|
|
32d41831b1 | ||
|
|
ae336d6f01 | ||
|
|
318ef17a50 | ||
|
|
146337ef76 | ||
|
|
b13b513c17 | ||
|
|
06f7516526 | ||
|
|
a14ce8cfe4 | ||
|
|
f56b571e4c | ||
|
|
3d35d5df0d | ||
|
|
2ccd21c839 | ||
|
|
5d08122d16 | ||
|
|
4c6bb0f402 | ||
|
|
65b6fd6a10 | ||
|
|
dc65ee2c6f | ||
|
|
1cdeedccea | ||
|
|
24eda40060 | ||
|
|
d2e356eddd | ||
|
|
53aec071e1 |
@@ -0,0 +1 @@
|
||||
1
|
||||
+20
@@ -1 +1,21 @@
|
||||
/tmt-0.1.tar.gz
|
||||
/tmt-0.7.tar.gz
|
||||
/tmt-0.8.tar.gz
|
||||
/tmt-0.11.tar.gz
|
||||
/tmt-0.12.tar.gz
|
||||
/tmt-0.17.tar.gz
|
||||
/tmt-0.18.tar.gz
|
||||
/tmt-0.19.tar.gz
|
||||
/tmt-0.20.tar.gz
|
||||
/tmt-0.21.tar.gz
|
||||
/tmt-1.0.tar.gz
|
||||
/tmt-1.1.tar.gz
|
||||
/tmt-1.2.tar.gz
|
||||
/tmt-1.2.1.tar.gz
|
||||
/tmt-1.3.0.tar.gz
|
||||
/tmt-1.3.1.tar.gz
|
||||
/tmt-1.4.0.tar.gz
|
||||
/tmt-1.5.0.tar.gz
|
||||
/tmt-1.6.0.tar.gz
|
||||
/tmt-1.7.0.tar.gz
|
||||
/tmt-1.8.0.tar.gz
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
summary: Verify that the minimal package works
|
||||
discover:
|
||||
tests:
|
||||
- name: /install/minimal
|
||||
test: cd $(mktemp -d) && tmt init -t full && tmt
|
||||
prepare:
|
||||
summary: Ensure that only 'tmt' is installed
|
||||
name: minimal
|
||||
order: 90
|
||||
script: dnf remove -y 'tmt-*' --exclude tmt
|
||||
execute:
|
||||
how: tmt
|
||||
@@ -0,0 +1,3 @@
|
||||
summary: Minimal smoke test
|
||||
execute:
|
||||
script: tmt --help
|
||||
@@ -0,0 +1,9 @@
|
||||
summary:
|
||||
Upstream tests working under virtual machine
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/psss/tmt
|
||||
ref: fedora
|
||||
filter: tag:virtual
|
||||
execute:
|
||||
how: tmt
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-0.1.tar.gz) = f5ad3a72ca1ed09c5e1f420de9ffadeb85fe08caebbccc89f76a3ef2aa896215d9407b9857a32c6db6adffcf1d81ba6ff8119e4394abaaf0c8c4e4feb469cce9
|
||||
SHA512 (tmt-1.8.0.tar.gz) = 95604745d303c681615294b5c503821ab8036e4acdfc98ecf30ffa338301f2bdef9d30294d29929a9597a054fd3fd2a4097812a8a1c9bc9ee21457299536a822
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# The detach runner is intentionally not executable
|
||||
addFilter("python3-tmt.noarch: E: non-executable-script")
|
||||
|
||||
# Examples have .fmf used to mark metadata root
|
||||
addFilter("tmt.noarch: W: hidden-file-or-dir")
|
||||
Reference in New Issue
Block a user