test/cases: include rhel9 in filesystem test

This commit is contained in:
Gianluca Zuccarelli 2021-08-20 14:12:31 +01:00 committed by Tom Gundersen
parent 34ade35a5d
commit a198b292b5

View file

@ -6,7 +6,7 @@
source /etc/os-release
if [[ "${ID}-${VERSION_ID}" != "rhel-8.5" ]]; then
if [[ "${ID}-${VERSION_ID}" != "rhel-8.5" && "${ID}-${VERSION_ID}" != "rhel-9.0" ]]; then
echo "$0 is only enabled for rhel-8.5; skipping..."
exit 0
fi
@ -107,7 +107,7 @@ clean_up () {
##################################################
##
## RHEL8.5 custom filesystems test - success case
## RHEL8.5 & RHEL9.0 custom filesystems test - success case
##
##################################################
@ -162,7 +162,7 @@ sudo composer-cli blueprints delete rhel85-custom-filesystem > /dev/null
##################################################
##
## RHEL8.5 custom filesystems test - fail case
## RHEL8.5 & RHEL9.0 custom filesystems test - fail case
##
##################################################