Add FMF tests and test scripts
This commit is contained in:
parent
86f674bd92
commit
f577208220
5 changed files with 165 additions and 0 deletions
19
plans/all.fmf
Normal file
19
plans/all.fmf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
/system:
|
||||
summary: Run tests on system podman
|
||||
discover+:
|
||||
test: /test/browser/system
|
||||
|
||||
/user:
|
||||
summary: Run tests on user podman
|
||||
discover+:
|
||||
test: /test/browser/user
|
||||
|
||||
/misc:
|
||||
summary: Run other tests
|
||||
discover+:
|
||||
test: /test/browser/other
|
||||
Loading…
Add table
Add a link
Reference in a new issue