From a85837f755e3adf3a38762eab9b7490bfeb91357 Mon Sep 17 00:00:00 2001 From: Petr Sklenar Date: Mon, 24 Jan 2022 14:17:21 +0100 Subject: [PATCH] fedora ci should start the both way --- plans/all.fmf | 6 ------ plans/tier1-public.fmf | 12 +++++++++++- 2 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 plans/all.fmf diff --git a/plans/all.fmf b/plans/all.fmf deleted file mode 100644 index e274393..0000000 --- a/plans/all.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: Test plan with all beakerlib tests -discover: - how: fmf - url: https://src.fedoraproject.org/tests/dnsmasq.git -execute: - how: tmt diff --git a/plans/tier1-public.fmf b/plans/tier1-public.fmf index fbb8cf7..af2af42 100644 --- a/plans/tier1-public.fmf +++ b/plans/tier1-public.fmf @@ -1,7 +1,17 @@ -summary: Public (Fedora) Tier1 beakerlib tests +summary: Combine all availabe tests for dnsmasq discover: + - name: fedora_tests_dnsmasq how: fmf url: https://src.fedoraproject.org/tests/dnsmasq.git filter: 'tier: 1' + - name: github_NetworkManager + prepare: + how: install + packages: git + execute: + script: | + git clone https://github.com/NetworkManager/NetworkManager-ci + cd NetworkManager-ci + ./run/osci/run-tests dnsmasq execute: how: tmt