plans: Sync with upstream

This commit is contained in:
Martin Pitt 2022-11-08 07:17:06 +01:00
parent 0ad474166f
commit 9ad04a801b
4 changed files with 20 additions and 24 deletions

20
plans/all.fmf Normal file
View File

@ -0,0 +1,20 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt
/basic:
summary: Run tests for basic packages
discover+:
test: /test/browser/basic
/network:
summary: Run tests for cockpit-networkmanager
discover+:
test: /test/browser/network
/optional:
summary: Run tests for optional packages
discover+:
test: /test/browser/optional

View File

@ -1,8 +0,0 @@
summary:
Run tests for basic packages
discover:
how: fmf
dist-git-source: true
test: /test/browser/basic
execute:
how: tmt

View File

@ -1,8 +0,0 @@
summary:
Run tests for cockpit-networkmanager
discover:
how: fmf
dist-git-source: true
test: /test/browser/network
execute:
how: tmt

View File

@ -1,8 +0,0 @@
summary:
Run tests for optional packages
discover:
how: fmf
dist-git-source: true
test: /test/browser/optional
execute:
how: tmt