From ec4aff7e5893393d2d6e154c3cdf2f78754522ee Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Tue, 10 Sep 2024 09:03:29 +0200 Subject: [PATCH] test/cases: Use openscap customization on RHEL-10 --- test/cases/api.sh | 5 ----- test/cases/api/common/common.sh | 7 +------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/test/cases/api.sh b/test/cases/api.sh index 5b1d6287a..8c6041955 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -419,11 +419,6 @@ EOF ;; esac -# TODO: Remove once Openscap works on el-10 -if [[ ($ID == rhel || $ID == centos) && ${VERSION_ID%.*} == 10 ]]; then - yellowprint "OpenSCAP not supported on ${ID}-${VERSION_ID} now. No openscap profile applied!" - OPENSCAP_CUSTOMIZATION_BLOCK= -fi export OPENSCAP_CUSTOMIZATION_BLOCK TIMEZONE_CUSTOMIZATION_BLOCK=$(cat <