Update more test conditions based on code review
This commit is contained in:
parent
ccd54a2c99
commit
6d0c8ced8d
3 changed files with 6 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ sudo cp \
|
|||
"${OSBUILD_COMPOSER_TEST_DATA}"/kerberos/krb5-local.conf \
|
||||
/etc/krb5.conf.d/local
|
||||
|
||||
DISTRO=rhel-86
|
||||
DISTRO=rhel-87
|
||||
|
||||
function s3_request {
|
||||
cat <<EOF
|
||||
|
|
|
|||
|
|
@ -892,7 +892,7 @@ check_result
|
|||
##
|
||||
########################################################################
|
||||
|
||||
if [[ "${ID}-${VERSION_ID}" = "rhel-9.1" || "${ID}-${VERSION_ID}" = "centos-9" ]]; then
|
||||
if [[ "${ID}-${VERSION_ID}" = "rhel-9.2" || "${ID}-${VERSION_ID}" = "centos-9" ]]; then
|
||||
tee "$BLUEPRINT_FILE" > /dev/null <<EOF
|
||||
name = "simplified_iso_with_ignition_embedded_url"
|
||||
description = "A rhel-edge simplified-installer image with an embedded ignition config URL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue