Skip to content
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

Skipping in case of external mode setup #10382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Skipping in case of externalmode setup
Signed-off-by: Parag Kamble <pakamble@redhat.com>
  • Loading branch information
paraggit committed Sep 1, 2024
commit f8fbdba6220c254ecfa12f519f72a9e91997407d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
skipif_hci_provider_and_client,
skipif_disconnected_cluster,
skipif_proxy_cluster,
skipif_external_mode,
config,
)
from ocs_ci.ocs import constants
Expand Down Expand Up @@ -56,6 +57,7 @@
@skipif_hci_provider_and_client
@skipif_disconnected_cluster
@skipif_proxy_cluster
@skipif_external_mode
class TestEncryptedPVCNOExpansionOption(ManageTest):
"""
Test Encrypted Volume Expansion
Expand Down
Loading