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

25
test/browser/main.fmf Normal file
View file

@ -0,0 +1,25 @@
require:
- cockpit-session-recording
- tlog
- cockpit-ws
- cockpit-system
- cockpit-packagekit
- bzip2
- git-core
- libvirt-python3
- make
- nodejs
- python3
duration: 30m
/system:
test: ./browser.sh system
summary: Run *System tests
/user:
test: ./browser.sh user
summary: Run *User tests
/other:
test: ./browser.sh other
summary: Run all other tests