diff --git a/packit.fmf b/tests/fmf-plans/base.fmf similarity index 76% rename from packit.fmf rename to tests/fmf-plans/base.fmf index 62ee38f713c..fd953ede45e 100644 --- a/packit.fmf +++ b/tests/fmf-plans/base.fmf @@ -1,3 +1,5 @@ +summary: + Sanity non-destructive tests discover: how: fmf url: https://src.fedoraproject.org/tests/scap-security-guide.git diff --git a/tests/fmf-plans/ospp.fmf b/tests/fmf-plans/ospp.fmf new file mode 100644 index 00000000000..9ec0160c835 --- /dev/null +++ b/tests/fmf-plans/ospp.fmf @@ -0,0 +1,12 @@ +summary: + Destructive OSPP profile test +discover: + how: fmf + url: https://src.fedoraproject.org/tests/scap-security-guide.git + test: + - /Sanity/machine-hardening/ospp +execute: + how: tmt +adjust: +- enabled: false + when: distro == fedora diff --git a/tests/fmf-plans/stig.fmf b/tests/fmf-plans/stig.fmf new file mode 100644 index 00000000000..1a8cf1ff86e --- /dev/null +++ b/tests/fmf-plans/stig.fmf @@ -0,0 +1,12 @@ +summary: + Destructive STIG profile test +discover: + how: fmf + url: https://src.fedoraproject.org/tests/scap-security-guide.git + test: + - /Sanity/machine-hardening/stig +execute: + how: tmt +adjust: +- enabled: false + when: distro == fedora