Adjust tests for 8.8 and 9.2
This commit is contained in:
parent
29fd2873a1
commit
a8df4879ac
9 changed files with 30 additions and 28 deletions
|
|
@ -77,12 +77,12 @@ SSH_KEY=${SSH_DATA_DIR}/id_rsa
|
|||
SSH_KEY_PUB=$(cat "${SSH_KEY}".pub)
|
||||
|
||||
case "${ID}-${VERSION_ID}" in
|
||||
"rhel-8.7")
|
||||
"rhel-8.8")
|
||||
OS_VARIANT="rhel8-unknown"
|
||||
PROFILE="xccdf_org.ssgproject.content_profile_cis"
|
||||
DATASTREAM="/usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml"
|
||||
;;
|
||||
"rhel-9.1")
|
||||
"rhel-9.2")
|
||||
OS_VARIANT="rhel9-unknown"
|
||||
PROFILE="xccdf_org.ssgproject.content_profile_cis"
|
||||
DATASTREAM="/usr/share/xml/scap/ssg/content/ssg-rhel9-ds.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue