Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/scenarios-bootc/periodics/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ scenario_remove_vms() {
scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/
# When SELinux is working on RHEL 9.6 bootc systems add following suite:
# suites/selinux/validate-selinux-policy.robot
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}
6 changes: 2 additions & 4 deletions ...s/[email protected] → ...s/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scenario_create_vms() {
fi

prepare_kickstart host1 kickstart-bootc.ks.template "${bootc_spec}"
launch_vm --boot_blueprint rhel94-bootc
launch_vm --boot_blueprint rhel96-bootc

# Open the firewall ports. Other scenarios get this behavior by embedding
# settings in the blueprint, but we cannot open firewall ports in published
Expand All @@ -58,7 +58,5 @@ scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.4" \
--variable "IMAGE_SIGSTORE_ENABLED:True" \
suites/standard1/
# When SELinux is working on RHEL 9.6 bootc systems add following suite:
# suites/selinux/validate-selinux-policy.robot
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}
2 changes: 1 addition & 1 deletion ...s/[email protected] → ...s/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ scenario_create_vms() {
fi

prepare_kickstart host1 kickstart-bootc.ks.template "${bootc_spec}"
launch_vm --boot_blueprint rhel94-bootc
launch_vm --boot_blueprint rhel96-bootc

# Open the firewall ports. Other scenarios get this behavior by embedding
# settings in the blueprint, but we cannot open firewall ports in published
Expand Down
4 changes: 1 addition & 3 deletions test/scenarios-bootc/presubmits/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ scenario_remove_vms() {
scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/
# When SELinux is working on RHEL 9.6 bootc systems add following suite:
# suites/selinux/validate-selinux-policy.robot
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}
2 changes: 1 addition & 1 deletion test/scenarios/periodics/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ scenario_remove_vms() {
scenario_run_tests() {
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.4" \
suites/standard1 suites/selinux/validate-selinux-policy.robot
suites/standard1/ suites/selinux/validate-selinux-policy.robot
}