diff --git a/test/scenarios-bootc/el10/presubmits/el102-src@rpm-install.sh b/test/scenarios-bootc/el10/presubmits/el102-src@rpm-install.sh index 0951921273..93be970d8d 100644 --- a/test/scenarios-bootc/el10/presubmits/el102-src@rpm-install.sh +++ b/test/scenarios-bootc/el10/presubmits/el102-src@rpm-install.sh @@ -140,6 +140,7 @@ scenario_run_tests() { configure_rhocp_repo "${RHOCP_MINOR_Y1}" 4 "${PREVIOUS_MINOR_VERSION}" "${arch}" configure_rhocp_repo "${RHOCP_MINOR_Y1_BETA}" 4 "${PREVIOUS_MINOR_VERSION}" "${arch}" configure_microshift_mirror "${PREVIOUS_RELEASE_REPO}" + run_command_on_vm host1 "sudo subscription-manager release --set 10.2" configure_cdn_repo \ "fast-datapath" \ "Red Hat Fast Datapath for RHEL 9" \ diff --git a/test/scenarios-bootc/el9/presubmits/el98-src@rpm-install.sh b/test/scenarios-bootc/el9/presubmits/el98-src@rpm-install.sh index 9ff944eae3..418652dead 100644 --- a/test/scenarios-bootc/el9/presubmits/el98-src@rpm-install.sh +++ b/test/scenarios-bootc/el9/presubmits/el98-src@rpm-install.sh @@ -106,6 +106,7 @@ scenario_run_tests() { configure_rhocp_repo "${RHOCP_MINOR_Y1}" 4 "${PREVIOUS_MINOR_VERSION}" configure_rhocp_repo "${RHOCP_MINOR_Y1_BETA}" 4 "${PREVIOUS_MINOR_VERSION}" configure_microshift_mirror "${PREVIOUS_RELEASE_REPO}" + run_command_on_vm host1 "sudo subscription-manager release --set 9.8" run_command_on_vm host1 "sudo subscription-manager repos --enable fast-datapath-for-rhel-9-\$(uname -m)-rpms" run_tests host1 \ diff --git a/test/scenarios/presubmits/el98-src@rpm-install.sh.disabled b/test/scenarios/presubmits/el98-src@rpm-install.sh.disabled index a10409fa05..16daa847f5 100644 --- a/test/scenarios/presubmits/el98-src@rpm-install.sh.disabled +++ b/test/scenarios/presubmits/el98-src@rpm-install.sh.disabled @@ -105,6 +105,7 @@ scenario_run_tests() { configure_rhocp_repo "${RHOCP_MINOR_Y1}" "${PREVIOUS_MINOR_VERSION}" configure_rhocp_repo "${RHOCP_MINOR_Y1_BETA}" "${PREVIOUS_MINOR_VERSION}" configure_microshift_mirror "${PREVIOUS_RELEASE_REPO}" + run_command_on_vm host1 "sudo subscription-manager release --set 9.8" run_command_on_vm host1 "sudo subscription-manager repos --enable fast-datapath-for-rhel-9-\$(uname -m)-rpms" run_tests host1 \ diff --git a/test/scenarios/releases/el98@rpm-standard1.sh b/test/scenarios/releases/el98@rpm-standard1.sh index e240a78a01..404e7b306f 100644 --- a/test/scenarios/releases/el98@rpm-standard1.sh +++ b/test/scenarios/releases/el98@rpm-standard1.sh @@ -72,6 +72,7 @@ scenario_run_tests() { # the previous minor version. configure_rhocp_repo "${RHOCP_MINOR_Y}" "${MINOR_VERSION}" configure_rhocp_repo "${RHOCP_MINOR_Y_BETA}" "${MINOR_VERSION}" + run_command_on_vm host1 "sudo subscription-manager release --set 9.8" run_command_on_vm host1 "sudo subscription-manager repos --enable fast-datapath-for-rhel-9-\$(uname -m)-rpms" run_tests host1 \ diff --git a/test/scenarios/releases/el98@rpm-standard2.sh b/test/scenarios/releases/el98@rpm-standard2.sh index a1945f1a7b..8156bcf0ba 100644 --- a/test/scenarios/releases/el98@rpm-standard2.sh +++ b/test/scenarios/releases/el98@rpm-standard2.sh @@ -73,6 +73,7 @@ scenario_run_tests() { # the previous minor version. configure_rhocp_repo "${RHOCP_MINOR_Y}" "${MINOR_VERSION}" configure_rhocp_repo "${RHOCP_MINOR_Y_BETA}" "${MINOR_VERSION}" + run_command_on_vm host1 "sudo subscription-manager release --set 9.8" run_command_on_vm host1 "sudo subscription-manager repos --enable fast-datapath-for-rhel-9-\$(uname -m)-rpms" run_tests host1 \