Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tests/e2e/csi_static_provisioning_basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
// 12. Verify PV is deleted automatically.
// 13. Verify Volume id deleted automatically.
// 14. Verify CRD deleted automatically.
ginkgo.It("[ef-wcp][csi-supervisor] Verify static provisioning workflow on svc - when there is no "+
ginkgo.It("[ef-f-wcp][csi-supervisor] Verify static provisioning workflow on svc - when there is no "+
"resourcequota available", ginkgo.Label(p1, block, wcp, vc70, vc80), func() {
var err error
ctx, cancel := context.WithCancel(context.Background())
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/statefulsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ var _ = ginkgo.Describe("statefulset", func() {
10. scale down statefulset to 0
11. delete statefulset and all PVC's and SC's
*/
ginkgo.It("[ef-vanilla-block][ef-wcp][csi-block-vanilla][csi-supervisor][csi-block-vanilla-parallelized]"+
ginkgo.It("[ef-vanilla-block][ef-f-wcp][csi-block-vanilla][csi-supervisor][csi-block-vanilla-parallelized]"+
"[csi-vcp-mig]Verify online volume expansion on statefulset", ginkgo.Label(p1, vanilla, block, wcp,
vcptocsiTest, vc70), func() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down