Adjust tests for 8.8 and 9.2

This commit is contained in:
Alexander Todorov 2022-11-14 14:50:48 +02:00 committed by Jakub Rusz
parent 29fd2873a1
commit a8df4879ac
9 changed files with 30 additions and 28 deletions

View file

@ -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"