-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial: write test 47674 replacement
The previous version was fragile and maintained several times already. This fact means that the test should be rewritten and once the known bugs are fixed, new tests will be added to cover the e2e full scenario. The test goal is to verify that adjustments to NROP CR are done as expected and reflected in the RTE daemonsets. Previously, this was done via creating a new MCP for the test and associating to it one of the worker nodes that were part of the initial NROP node groups. This was causing a reboot when running on a cluster that is: a. < 4.18 or b. >= 4.18 and has the custom RTE selinux policy enabled In the new version of the test, we keep checking the same functionality while completely avoiding reboot. That is acheived by creating the new MCP, keeping it empty (no nodes are associated to it) and appending it as a second node group's selector. Then checks on the daemonsets are performed and the only cleanup would be deleting the test mcp. We keep the old version still because the new one will be skipped from running on < 4.18 due to https://issues.redhat.com/browse/OCPBUGS-52958. Once that is fixed, we should settle to the new version only. Signed-off-by: Shereen Haj <[email protected]>
- Loading branch information
Showing
2 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"ngpoolname", | ||
"nganns", | ||
"metrics", | ||
"nrtcrdanns" | ||
"nrtcrdanns", | ||
"tmp_b52958" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters