-
Notifications
You must be signed in to change notification settings - Fork 170
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
Applied MS TC to hci PC platform using hci_pc_platform_required marker #8874
Conversation
7d66008
to
75bb3d1
Compare
Signed-off-by: suchita-g <[email protected]> Applied MS TC with managed_service_required to HCI Provider-Client platform using hci_pc_platform_required marker Signed-off-by: suchita-g <[email protected]>
75bb3d1
to
4abec61
Compare
Signed-off-by: suchita-g <[email protected]>
ee1e056
to
8226495
Compare
@@ -250,6 +250,27 @@ | |||
reason="Test runs ONLY on OSD or ROSA cluster", | |||
) | |||
|
|||
multicluster_platform_required = pytest.mark.skipif( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't multicluster_platform_required imply also DR setup?
How about we rename these 2 marks to:
provider_client_platform_required
provider_client_ms_platform_required
ddfb136
to
86ced1d
Compare
…required Signed-off-by: suchita-g <[email protected]>
86ced1d
to
aa323cb
Compare
Verified: https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-odf-multicluster/2085/ provider_client_ms_platform_required and pc_or_ms_provider_required , works as expected. However test may failed further during execution |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: DanielOsypenko, ebenahar, ebondare, suchita-g The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Applied MS TC with managed_service_required to HCI Provider-Client platform using hci_pc_platform_required marker