diff --git a/plans/all.fmf b/plans/all.fmf new file mode 100644 index 0000000..4da9513 --- /dev/null +++ b/plans/all.fmf @@ -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 diff --git a/plans/basic.fmf b/plans/basic.fmf deleted file mode 100644 index 9f201ca..0000000 --- a/plans/basic.fmf +++ /dev/null @@ -1,8 +0,0 @@ -summary: - Run tests for basic packages -discover: - how: fmf - dist-git-source: true - test: /test/browser/basic -execute: - how: tmt diff --git a/plans/network.fmf b/plans/network.fmf deleted file mode 100644 index 1ac07d7..0000000 --- a/plans/network.fmf +++ /dev/null @@ -1,8 +0,0 @@ -summary: - Run tests for cockpit-networkmanager -discover: - how: fmf - dist-git-source: true - test: /test/browser/network -execute: - how: tmt diff --git a/plans/optional.fmf b/plans/optional.fmf deleted file mode 100644 index 5e31b76..0000000 --- a/plans/optional.fmf +++ /dev/null @@ -1,8 +0,0 @@ -summary: - Run tests for optional packages -discover: - how: fmf - dist-git-source: true - test: /test/browser/optional -execute: - how: tmt