Skip to content

Commit c027915

Browse files
Ahmad-Hafejosemacassan
authored andcommitted
[gating][main] return gating marker test_unprivileged_user_clone_dv_same_namespace_positive (RedHatQE#2928)
##### Short description: following RedHatQE/openshift-python-wrapper#2572 RedHatQE/openshift-python-wrapper#2581 we are now returning test:: test_unprivileged_user_clone_dv_same_namespace_positive to gating ##### More details: test_unprivileged_user_clone_dv_same_namespace_positive was part of gating and gating marker was removed previouslly test test_unprivileged_user_clone_dv_same_namespace_positive was failing due to protocol exception that have been adressed in RedHatQE/openshift-python-wrapper#2581 ##### What this PR does / why we need it: ##### Which issue(s) this PR fixes: ##### Special notes for reviewer: ##### jira-ticket: https://issues.redhat.com/browse/CNV-72360 <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Added a pytest marker to gate a namespace-cloning test alongside the existing marker, improving test selection and execution control for namespace cloning validation. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d187a0d commit c027915

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/storage/restricted_namespace_cloning/test_restricted_namespace_cloning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333

3434
@pytest.mark.sno
35+
@pytest.mark.gating
3536
@pytest.mark.parametrize(
3637
"namespace, data_volume_multi_storage_scope_module, permissions_datavolume_source, "
3738
"dv_cloned_by_unprivileged_user_in_the_same_namespace",

0 commit comments

Comments
 (0)