File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ scenario_run_tests() {
51
51
exit 0
52
52
fi
53
53
run_tests host1 suites/standard1/
54
- # When SELinux is working on bootc systems add following suite:
54
+ # When SELinux is working on RHEL 9.6 bootc systems add following suite:
55
55
# suites/selinux/validate-selinux-policy.robot
56
56
}
Original file line number Diff line number Diff line change @@ -12,7 +12,5 @@ scenario_remove_vms() {
12
12
}
13
13
14
14
scenario_run_tests () {
15
- run_tests host1 suites/standard1/
16
- # When SELinux is working on bootc systems add following suite:
17
- # suites/selinux/validate-selinux-policy.robot
15
+ run_tests host1 suites/standard1/ suites/selinux/validate-selinux-policy.robot
18
16
}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ scenario_remove_vms() {
13
13
14
14
scenario_run_tests () {
15
15
run_tests host1 suites/standard1/
16
- # When SELinux is working on bootc systems add following suite:
16
+ # When SELinux is working on RHEL 9.6 bootc systems add following suite:
17
17
# suites/selinux/validate-selinux-policy.robot
18
18
}
You can’t perform that action at this time.
0 commit comments