From 70688173bbeb62f362f571b4cc4c9745260a15f0 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 16 Jun 2022 16:18:22 +0200 Subject: [PATCH] tests: update RHEL version in unsupported tests --- test/cases/aws_s3.sh | 2 +- test/cases/gcp.sh | 2 +- test/cases/generic_s3.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cases/aws_s3.sh b/test/cases/aws_s3.sh index a60ba1080..8e30bbe2a 100755 --- a/test/cases/aws_s3.sh +++ b/test/cases/aws_s3.sh @@ -4,7 +4,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh if [ "${NIGHTLY:=false}" == "true" ]; then case "${ID}-${VERSION_ID}" in - "rhel-8.6" | "rhel-9.0" ) + "rhel-8.7" | "rhel-9.1" ) echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..." exit 0 ;; diff --git a/test/cases/gcp.sh b/test/cases/gcp.sh index 35a8362e7..e036d3d2f 100755 --- a/test/cases/gcp.sh +++ b/test/cases/gcp.sh @@ -11,7 +11,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh if [ "${NIGHTLY:=false}" == "true" ]; then case "${ID}-${VERSION_ID}" in - "rhel-8.6" | "rhel-9.0" ) + "rhel-8.7" | "rhel-9.1" ) echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..." exit 0 ;; diff --git a/test/cases/generic_s3.sh b/test/cases/generic_s3.sh index 45a6c0e05..1880a2bfd 100755 --- a/test/cases/generic_s3.sh +++ b/test/cases/generic_s3.sh @@ -4,7 +4,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh if [ "${NIGHTLY:=false}" == "true" ]; then case "${ID}-${VERSION_ID}" in - "rhel-8.6" | "rhel-9.0") + "rhel-8.7" | "rhel-9.1") echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..." exit 0 ;;