-
Notifications
You must be signed in to change notification settings - Fork 36
CMP-3813: Add checkpoint from OCP-41093 to test case TestScanWithNode… #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@Anna-Koudelkova: This pull request references CMP-3813 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Anna-Koudelkova The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Skipping CI for Draft Pull Request. |
b18b9d3 to
76d4ce3
Compare
|
🤖 To deploy this PR, run the following command: |
|
🤖 To deploy this PR, run the following command: |
…SelectorFiltersCorrectly
76d4ce3 to
2d650c7
Compare
|
🤖 To deploy this PR, run the following command: |
…SelectorFiltersCorrectly
This PR covers the second checkpoint from OCP-41093 - the check if the node name appears in target & fact:identifier elements of complianceScan XCCDF format result.
In this case we are just checking if it is true for selected worker nodes, the original test case is also checking it for master nodes. If the check for master nodes is necessary as well, it is possible to glue this to serial test cases
TestSuiteScanorTestSuiteScanHasCheckCountsinstead.Currently the test case is passing on OCP 4.21 cluster:
Assisted-by: Cursor