Skip to content

Commit

Permalink
E2E tests fix for Pflex driver in minimal manifest file
Browse files Browse the repository at this point in the history
Signed-off-by: meghana_gm <[email protected]>
  • Loading branch information
meggm committed Oct 16, 2024
1 parent 694ec5e commit bd715b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/testfiles/minimal-testfiles/scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
- "sanity"
steps:
- "Given an environment with k8s or openshift, and CSM operator installed"
- "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/powerflex-secret-template.yaml] name [test-vxflexos-config] in namespace [test-vxflexos] for [pflex]"
- "Apply custom resource [1]"
- "Validate [powerflex] driver from CR [1] is installed"
- "Validate [resiliency] module from CR [1] is installed"
Expand All @@ -149,6 +151,8 @@
- "resiliency"
steps:
- "Given an environment with k8s or openshift, and CSM operator installed"
- "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/powerflex-secret-template.yaml] name [test-vxflexos-config] in namespace [test-vxflexos] for [pflex]"
- "Apply custom resource [1]"
- "Validate custom resource [1]"
- "Validate [powerflex] driver from CR [1] is installed"
Expand Down

0 comments on commit bd715b3

Please sign in to comment.