diff --git a/test/cases/ostree.sh b/test/cases/ostree.sh index 30040c604..ae7dc5179 100755 --- a/test/cases/ostree.sh +++ b/test/cases/ostree.sh @@ -26,9 +26,9 @@ case "${ID}-${VERSION_ID}" in "rhel-8.4") IMAGE_TYPE=rhel-edge-commit OSTREE_REF="rhel/8/${ARCH}/edge" - OS_VARIANT="rhel8-unknown" + OS_VARIANT="rhel8.4" USER_IN_COMMIT="false" - BOOT_LOCATION="$COMPOSE_URL/compose/BaseOS/x86_64/os/";; + BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.4.0/BaseOS/x86_64/os/";; "rhel-8.5") IMAGE_TYPE=edge-commit OSTREE_REF="rhel/8/${ARCH}/edge"