File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,13 @@ scenario_remove_vms() {
11
11
remove_vm host1
12
12
}
13
13
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" \
14
19
scenario_run_tests () {
15
20
run_tests host1 \
16
- --variable " EXPECTED_OS_VERSION:9.6 " \
21
+ --variable " EXPECTED_OS_VERSION:9" \
17
22
suites/standard1/ suites/selinux/validate-selinux-policy.robot
18
23
}
Original file line number Diff line number Diff line change @@ -11,8 +11,13 @@ scenario_remove_vms() {
11
11
remove_vm host1
12
12
}
13
13
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" \
14
19
scenario_run_tests () {
15
20
run_tests host1 \
16
- --variable " EXPECTED_OS_VERSION:9.6 " \
21
+ --variable " EXPECTED_OS_VERSION:9" \
17
22
suites/standard1/ suites/selinux/validate-selinux-policy.robot
18
23
}
You can’t perform that action at this time.
0 commit comments