Skip to content

Commit 5aee1ac

Browse files
committed
Work around OS version check in standard suite
1 parent 1a02554 commit 5aee1ac

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

test/scenarios-bootc/periodics/[email protected]

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ scenario_remove_vms() {
1111
remove_vm host1
1212
}
1313

14+
# Note:
15+
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
16+
# Revert to the rhel-9.6 base image when it is in GA.
17+
#
18+
# --variable "EXPECTED_OS_VERSION:9.6" \
1419
scenario_run_tests() {
1520
run_tests host1 \
16-
--variable "EXPECTED_OS_VERSION:9.6" \
21+
--variable "EXPECTED_OS_VERSION:9" \
1722
suites/standard1/ suites/selinux/validate-selinux-policy.robot
1823
}

test/scenarios-bootc/presubmits/[email protected]

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ scenario_remove_vms() {
1111
remove_vm host1
1212
}
1313

14+
# Note:
15+
# This is a workaround for the problem described in https://issues.redhat.com/browse/USHIFT-5584.
16+
# Revert to the rhel-9.6 base image when it is in GA.
17+
#
18+
# --variable "EXPECTED_OS_VERSION:9.6" \
1419
scenario_run_tests() {
1520
run_tests host1 \
16-
--variable "EXPECTED_OS_VERSION:9.6" \
21+
--variable "EXPECTED_OS_VERSION:9" \
1722
suites/standard1/ suites/selinux/validate-selinux-policy.robot
1823
}

0 commit comments

Comments
 (0)