File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,5 @@ scenario_remove_vms() {
14
14
scenario_run_tests () {
15
15
run_tests host1 \
16
16
--variable " EXPECTED_OS_VERSION:9.6" \
17
- suites/standard1/
18
- # When SELinux is working on RHEL 9.6 bootc systems add following suite:
19
- # suites/selinux/validate-selinux-policy.robot
17
+ suites/standard1/ suites/selinux/validate-selinux-policy.robot
20
18
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ scenario_create_vms() {
33
33
fi
34
34
35
35
prepare_kickstart host1 kickstart-bootc.ks.template " ${bootc_spec} "
36
- launch_vm --boot_blueprint rhel94 -bootc
36
+ launch_vm --boot_blueprint rhel96 -bootc
37
37
38
38
# Open the firewall ports. Other scenarios get this behavior by embedding
39
39
# settings in the blueprint, but we cannot open firewall ports in published
@@ -58,7 +58,5 @@ scenario_run_tests() {
58
58
run_tests host1 \
59
59
--variable " EXPECTED_OS_VERSION:9.4" \
60
60
--variable " IMAGE_SIGSTORE_ENABLED:True" \
61
- suites/standard1/
62
- # When SELinux is working on RHEL 9.6 bootc systems add following suite:
63
- # suites/selinux/validate-selinux-policy.robot
61
+ suites/standard1/ suites/selinux/validate-selinux-policy.robot
64
62
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ scenario_create_vms() {
32
32
fi
33
33
34
34
prepare_kickstart host1 kickstart-bootc.ks.template " ${bootc_spec} "
35
- launch_vm --boot_blueprint rhel94 -bootc
35
+ launch_vm --boot_blueprint rhel96 -bootc
36
36
37
37
# Open the firewall ports. Other scenarios get this behavior by embedding
38
38
# settings in the blueprint, but we cannot open firewall ports in published
Original file line number Diff line number Diff line change @@ -14,7 +14,5 @@ scenario_remove_vms() {
14
14
scenario_run_tests () {
15
15
run_tests host1 \
16
16
--variable " EXPECTED_OS_VERSION:9.6" \
17
- suites/standard1/
18
- # When SELinux is working on RHEL 9.6 bootc systems add following suite:
19
- # suites/selinux/validate-selinux-policy.robot
17
+ suites/standard1/ suites/selinux/validate-selinux-policy.robot
20
18
}
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ scenario_remove_vms() {
14
14
scenario_run_tests () {
15
15
run_tests host1 \
16
16
--variable " EXPECTED_OS_VERSION:9.4" \
17
- suites/standard1 suites/selinux/validate-selinux-policy.robot
17
+ suites/standard1/ suites/selinux/validate-selinux-policy.robot
18
18
}
You can’t perform that action at this time.
0 commit comments