Skip to content

Commit d6e8e8e

Browse files
authored
Moving static Vol tests to EF and removing vmservice test due to bug 3598795 (#3690)
1 parent 8067853 commit d6e8e8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/e2e/csi_static_provisioning_basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
846846
// 9. Verify PV is deleted automatically.
847847
// 10. Verify Volume id deleted automatically.
848848
// 11. Verify CRD deleted automatically.
849-
ginkgo.It("[cf-wcp-f][ef-f-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+
849+
ginkgo.It("[ef-wcp][ef-f-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+
850850
"SVC import FCD", ginkgo.Label(p0, block, wcp, vc70), func() {
851851
var err error
852852
var totalQuotaUsedBefore, storagePolicyQuotaBefore, storagePolicyUsageBefore *resource.Quantity

tests/e2e/snapshot_vmservice_vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ var _ bool = ginkgo.Describe("[snapshot-vmsvc] Snapshot VM Service VM", func() {
198198
11. Cleanup: Execute and verify the steps mentioned in the Delete snapshot mandatory checks
199199
*/
200200

201-
ginkgo.It("[cf-wcp] Taking snapshot of a vm service vm attached to a dynamic "+
201+
ginkgo.It("[cf-f-wcp] Taking snapshot of a vm service vm attached to a dynamic "+
202202
"volume", ginkgo.Label(p0, block, wcp, snapshot, vmServiceVm, vc80), func() {
203203

204204
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/vsphere_volume_expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
13071307
13. Verify File system has increased
13081308
14. Delete POD, PVC, PV, CNSregisterVolume and SC
13091309
*/
1310-
ginkgo.It("[cf-wcp-f] [csi-supervisor] Offline and Online volume resize on statically "+
1310+
ginkgo.It("[ef-wcp] [csi-supervisor] Offline and Online volume resize on statically "+
13111311
"created volume", ginkgo.Label(p0, block, wcp, vc70), func() {
13121312
var err error
13131313
var fsSize int64

0 commit comments

Comments
 (0)