From 4ccdbae5d94cc91fde73b67f2c4b0868ab5f8778 Mon Sep 17 00:00:00 2001 From: pdancak Date: Fri, 22 Nov 2024 13:25:47 +0100 Subject: [PATCH] moved fips into others --- plans/others.fmf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/plans/others.fmf b/plans/others.fmf index e161574..3d34b02 100644 --- a/plans/others.fmf +++ b/plans/others.fmf @@ -18,3 +18,30 @@ when: distro == centos-stream or distro == fedora execute: how: tmt + +/fips: + summary: Internal fips tests + context+: + fips: enabled + discover: + - name: distribution + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/distribution + test: /fips/setup-fips-enabled + - name: internal + how: fmf + filter: 'tag: fips' + url: git://pkgs.devel.redhat.com/tests/libppd + - name: filters-internal + how: fmf + filter: 'tag: fips' + url: git://pkgs.devel.redhat.com/tests/cups-filters + - name: browsed + how: fmf + filter: 'tag: fips' + url: git://pkgs.devel.redhat.com/tests/cups-browsed + adjust: + enabled: false + when: distro == centos-stream or distro == fedora + execute: + how: tmt