add tmt gating test
Related: RHELMISC-9588
This commit is contained in:
parent
2bcd8f833d
commit
b4d976ab3e
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
6
plans/smoke.fmf
Normal file
6
plans/smoke.fmf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
filter: "tag: smoke"
|
||||||
|
execute:
|
||||||
|
how: tmt
|
2
tests/main.fmf
Normal file
2
tests/main.fmf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
require:
|
||||||
|
- ostree
|
4
tests/smoke/main.fmf
Normal file
4
tests/smoke/main.fmf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
summary: run ostree --version
|
||||||
|
test: ./test.sh
|
||||||
|
tag:
|
||||||
|
- smoke
|
3
tests/smoke/test.sh
Executable file
3
tests/smoke/test.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh -eux
|
||||||
|
|
||||||
|
ostree --version
|
Loading…
Reference in New Issue
Block a user