diff --git a/tests/fmf-plans/ansible-pcidss.fmf b/tests/fmf-plans/ansible-pcidss.fmf new file mode 100644 index 00000000000..48a6adb1440 --- /dev/null +++ b/tests/fmf-plans/ansible-pcidss.fmf @@ -0,0 +1,12 @@ +summary: + Destructive PCI-DSS profile test (Ansible) +discover: + how: fmf + url: https://src.fedoraproject.org/tests/scap-security-guide.git + test: + - /Sanity/ansible-machine-hardening/pci-dss +execute: + how: tmt +adjust: +- enabled: false + when: distro == fedora diff --git a/tests/fmf-plans/bash-pcidss.fmf b/tests/fmf-plans/bash-pcidss.fmf new file mode 100644 index 00000000000..2f813b25437 --- /dev/null +++ b/tests/fmf-plans/bash-pcidss.fmf @@ -0,0 +1,12 @@ +summary: + Destructive PCI-DSS profile test (Bash) +discover: + how: fmf + url: https://src.fedoraproject.org/tests/scap-security-guide.git + test: + - /Sanity/machine-hardening/pci-dss +execute: + how: tmt +adjust: +- enabled: false + when: distro == fedora