test/cases: Adjust upgrade test to rhel 9.6

Adjust upgrade test to rhel 9.6 in order to meet the rhel CTC2 9.6 to 10.0 upgrade requirements
This commit is contained in:
Tom Koscielniak 2025-01-10 11:23:51 +01:00 committed by Tomáš Koscielniak
parent 425581fcc1
commit 5a9bb8e10a
3 changed files with 7 additions and 7 deletions

View file

@ -63,8 +63,8 @@ case "${ID}-${VERSION_ID}" in
VIRT_APPSTREAM_REPO_URL="http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10.0/compose/AppStream/x86_64/os/"
;;
rhel-10*)
VIRT_BASEOS_REPO_URL="http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/"
VIRT_APPSTREAM_REPO_URL="http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/AppStream/x86_64/os/"
VIRT_BASEOS_REPO_URL="http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/BaseOS/x86_64/os/"
VIRT_APPSTREAM_REPO_URL="http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6.0/compose/AppStream/x86_64/os/"
;;
*)
redprint "unsupported distro: ${ID}-${VERSION_ID}"