diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..956251e --- /dev/null +++ b/plan.fmf @@ -0,0 +1,20 @@ +/public: + summary: Public (Fedora) beakerlib tests + discover: + how: fmf + url: https://src.fedoraproject.org/tests/zlib.git + execute: + how: tmt + +/private: + enabled: false + adjust: + - when: distro == rhel + enabled: true + because: private tests are accesible only within rhel pipline + + discover: + how: fmf + url: https://pkgs.devel.redhat.com/cgit/tests/zlib.git + execute: + how: tmt diff --git a/public.fmf b/public.fmf deleted file mode 100644 index 5c58a37..0000000 --- a/public.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: Public (Fedora) beakerlib tests -discover: - how: fmf - url: https://src.fedoraproject.org/tests/zlib.git -execute: - how: tmt