From bc9c0ac616a28d0f78f0a64aa58c3cc2aa6fd6ac Mon Sep 17 00:00:00 2001 From: Christian Coffield Date: Tue, 1 Oct 2024 13:38:13 -0400 Subject: [PATCH] Removed unnecessary secret creation from e2e test --- tests/e2e/testfiles/scenarios.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/testfiles/scenarios.yaml b/tests/e2e/testfiles/scenarios.yaml index 1dd96b3d5..751018b3c 100644 --- a/tests/e2e/testfiles/scenarios.yaml +++ b/tests/e2e/testfiles/scenarios.yaml @@ -113,8 +113,6 @@ - "Configure authorization-proxy-server for [powerflex] for CR [1]" - "Create storageclass with name [op-e2e-vxflexos] and template [testfiles/powerflex-templates/powerflex-storageclass-template.yaml] for [pflex]" - "Set up secret with template [testfiles/powerflex-templates/csm-authorization-config.json] name [karavi-authorization-config] in namespace [test-vxflexos] for [pflexAuthSidecar]" - - "Set up secret with template [testfiles/powerflex-templates/powerflex-secret-template.yaml] name [test-vxflexos-config] in namespace [test-vxflexos] for [pflex]" - - "Restore template [testfiles/powerflex-templates/powerflex-secret-template.yaml] for [pflex]" - "Set up secret with template [testfiles/powerflex-templates/powerflex-secret-template.yaml] name [test-vxflexos-config] in namespace [test-vxflexos] for [pflexAuth]" - "Apply custom resource [3]" - "Validate custom resource [3]"