Skip to content

Commit

Permalink
remove adjusts from tmt-plans
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps committed Apr 22, 2024
1 parent e13b2b7 commit c8e2f84
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tests/tmt-plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ report:

/hardening/host-os/ansible/anssi_bp28_high:
discover+: {test: /hardening/host-os/ansible/anssi_bp28_high$}
adjust+:
- when: distro <= centos-7
enabled: false

# see .packit.yaml
#/hardening/host-os/ansible/ccn_advanced:
# discover+: {test: /hardening/host-os/ansible/ccn_advanced$}
# adjust+:
# - when: distro <= centos-7
# enabled: false
# - when: distro < centos-stream-9
# enabled: false

/hardening/host-os/ansible/cis:
discover+: {test: /hardening/host-os/ansible/cis$}
Expand All @@ -51,9 +43,6 @@ report:

/hardening/host-os/ansible/ism_o:
discover+: {test: /hardening/host-os/ansible/ism_o$}
adjust+:
- when: distro <= centos-7
enabled: false

/hardening/host-os/ansible/ospp:
discover+: {test: /hardening/host-os/ansible/ospp$}
Expand All @@ -70,17 +59,9 @@ report:

/hardening/host-os/oscap/anssi_bp28_high:
discover+: {test: /hardening/host-os/oscap/anssi_bp28_high$}
adjust+:
- when: distro <= centos-7
enabled: false

/hardening/host-os/oscap/ccn_advanced:
discover+: {test: /hardening/host-os/oscap/ccn_advanced$}
adjust+:
- when: distro <= centos-7
enabled: false
- when: distro < centos-stream-9
enabled: false

/hardening/host-os/oscap/cis:
discover+: {test: /hardening/host-os/oscap/cis$}
Expand All @@ -105,9 +86,6 @@ report:

/hardening/host-os/oscap/ism_o:
discover+: {test: /hardening/host-os/oscap/ism_o$}
adjust+:
- when: distro <= centos-7
enabled: false

/hardening/host-os/oscap/ospp:
discover+: {test: /hardening/host-os/oscap/ospp$}
Expand Down

0 comments on commit c8e2f84

Please sign in to comment.