Add FMF tests and test scripts

This commit is contained in:
Justin Stephenson 2023-04-28 11:20:55 -04:00
parent 86f674bd92
commit f577208220
5 changed files with 165 additions and 0 deletions

19
plans/all.fmf Normal file
View 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