Skip to content

Commit 6c1c945

Browse files
Merge pull request #4325 from ggiguash/enable_bootc_selinux
USHIFT-2911: Enable SELinux tests on bootc CentOS 9 Stream
2 parents e8716b7 + ff37290 commit 6c1c945

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ scenario_run_tests() {
5151
exit 0
5252
fi
5353
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:
5555
# suites/selinux/validate-selinux-policy.robot
5656
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ scenario_remove_vms() {
1212
}
1313

1414
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
1816
}

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

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

1414
scenario_run_tests() {
1515
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:
1717
# suites/selinux/validate-selinux-policy.robot
1818
}

0 commit comments

Comments
 (0)