Skip to content

Commit

Permalink
don't test CUI profile on RHEL-10
Browse files Browse the repository at this point in the history
The profile doesn't exist on RHEL-10.

Signed-off-by: Jiri Jaburek <comps@nomail.dom>
  • Loading branch information
comps authored and mildas committed Jul 22, 2024
1 parent d790b07 commit 4abda93
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hardening/anaconda/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/anaconda/cui
extra-nitrate: TC#0615169
id: dcc000cc-f65a-47fd-bce2-d3ed4a1d5f4f
Expand Down
3 changes: 3 additions & 0 deletions hardening/anaconda/with-gui.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ tag-:
because: >
not supported on RHEL-8 according to RHEL documentation,
the "Profiles not compatible with Server with GUI" table
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/anaconda/with-gui/cui
extra-nitrate: TC#0615410
id: 571513d7-7160-4b73-8eec-9f087a1ddddf
Expand Down
4 changes: 4 additions & 0 deletions hardening/ansible/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/ansible/cui
extra-nitrate: TC#0615424
id: ecd81d95-db3c-4ce0-8bc2-0634a6d10891
Expand Down
3 changes: 3 additions & 0 deletions hardening/ansible/with-gui.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ duration: 2h
because: >
not supported on RHEL-8 according to RHEL documentation,
the "Profiles not compatible with Server with GUI" table
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/ansible/with-gui/cui
extra-nitrate: TC#0615438
id: c2089407-3b4d-46f7-8172-5e6d2d4c9919
Expand Down
4 changes: 4 additions & 0 deletions hardening/host-os/ansible/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ adjust:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/host-os/ansible/cui
extra-nitrate: TC#0615452
id: b5e079b6-91b0-4815-8f83-e0fc64e90f70
Expand Down
4 changes: 4 additions & 0 deletions hardening/host-os/oscap/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/host-os/oscap/cui
extra-nitrate: TC#0615466
id: bf0a09f8-0809-43e6-bb85-a46566ae99e7
Expand Down
4 changes: 4 additions & 0 deletions hardening/image-builder/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/image-builder/cui
extra-nitrate: TC#0617142
id: b51902b5-372b-4bac-abde-7b4ed55883a9
Expand Down
4 changes: 4 additions & 0 deletions hardening/oscap/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/oscap/cui
extra-nitrate: TC#0615196
id: 0acaf295-d069-47fa-844b-c1e2ac652032
Expand Down
4 changes: 4 additions & 0 deletions hardening/oscap/old-new/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ tag:
/cui:
environment+:
PROFILE: cui
adjust+:
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/oscap/old-new/cui
extra-nitrate: TC#0617516
id: 62972d55-4aca-484e-817b-ea5b751270d3
Expand Down
3 changes: 3 additions & 0 deletions hardening/oscap/with-gui.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ duration: 2h
because: >
not supported on RHEL-8 according to RHEL documentation,
the "Profiles not compatible with Server with GUI" table
- when: distro >= rhel-10
enabled: false
because: there is no CUI profile on RHEL-10+
extra-summary: /CoreOS/scap-security-guide/hardening/oscap/with-gui/cui
extra-nitrate: TC#0615481
id: 79f376c2-e518-4d7d-b62b-44156da7dc79
Expand Down

0 comments on commit 4abda93

Please sign in to comment.