diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index 3bc6f9e..0000000 --- a/ci.fmf +++ /dev/null @@ -1,16 +0,0 @@ -summary: Upstreamed tier tests -discover: - # upstreamed tests (public) - - how: fmf - url: https://gitlab.com/redhat-crypto/tests/libssh.git - filter: 'tier: 0,1,2,3' -execute: - how: tmt -adjust: - # discover step adjustments - - when: distro = rhel - discover+: - # internal tests - - how: fmf - url: git://pkgs.devel.redhat.com/tests/libssh - filter: 'tier: 0,1,2,3' diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..d8548e1 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,26 @@ +/fips-disabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libssh + name: /plans/ci/fips-disabled-buildroot-disabled + + +/fips-disabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libssh + name: /plans/ci/fips-disabled-buildroot-enabled + + +/fips-enabled-buildroot-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libssh + name: /plans/ci/fips-enabled-buildroot-disabled + + +/fips-enabled-buildroot-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libssh + name: /plans/ci/fips-enabled-buildroot-enabled