Add FMF tests and test scripts
This commit is contained in:
parent
86f674bd92
commit
f577208220
5 changed files with 165 additions and 0 deletions
25
test/browser/main.fmf
Normal file
25
test/browser/main.fmf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue