Skip to content

Commit 0ef026c

Browse files
committed
Fix expected OS version in the standard suite
1 parent dbcc069 commit 0ef026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scenario_remove_vms() {
1313

1414
scenario_run_tests() {
1515
run_tests host1 \
16-
--variable "EXPECTED_OS_VERSION:9.5" \
16+
--variable "EXPECTED_OS_VERSION:9.6" \
1717
suites/standard1/
1818
# When SELinux is working on RHEL 9.6 bootc systems add following suite:
1919
# suites/selinux/validate-selinux-policy.robot

0 commit comments

Comments
 (0)