Skip to content

Commit 25faef1

Browse files
authored
Removing duplicate testcases from EF and CF UTS column (#3596)
* Removing duplicate testcases from EF and CF UTS column * new changes
1 parent d88fe07 commit 25faef1

9 files changed

+17
-17
lines changed

tests/e2e/csi_snapshot_basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
13311331
17. Delete SC and VolumeSnapshotClass
13321332
*/
13331333
ginkgo.It("[cf-vks][cf-vanilla-block][block-vanilla-snapshot][tkg-snapshot]"+
1334-
"[ef-vks-snapshot] Volume snapshot creation and restoration workflow with xfs "+
1334+
"Volume snapshot creation and restoration workflow with xfs "+
13351335
"filesystem", ginkgo.Label(p0, block, vanilla, tkg, snapshot, stable, vc80), func() {
13361336

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

tests/e2e/gc_block_volume_expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
177177
// 13. delete the pod created in step 10.
178178
// 14. delete PVC created in step 2.
179179
// 15. delete SC created in step 1.
180-
ginkgo.It("[cf-vks][ef-vks] Verify offline expansion triggers FS resize", ginkgo.Label(p0, block, tkg, vc70), func() {
180+
ginkgo.It("[cf-vks] Verify offline expansion triggers FS resize", ginkgo.Label(p0, block, tkg, vc70), func() {
181181
ctx, cancel := context.WithCancel(context.Background())
182182
defer cancel()
183183
// Create a Pod to use this PVC, and verify volume has been attached.

tests/e2e/gc_cns_nodevm_attachment.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
9292
// Verify volume is detached from VM.
9393
// Delete PVC in GC.
9494

95-
ginkgo.It("[cf-vks][ef-vks] Verify CnsNodeVmAttachements existence in "+
95+
ginkgo.It("[cf-vks] Verify CnsNodeVmAttachements existence in "+
9696
"a pod lifecycle", ginkgo.Label(p0, block, tkg, vc70), func() {
9797
var sc *storagev1.StorageClass
9898
var pvc *v1.PersistentVolumeClaim
@@ -179,7 +179,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
179179
// Verify volumes are detached from VMs.
180180
// Delete PVCs in GC.
181181

182-
ginkgo.It("[cf-vks][ef-vks] Verify CnsNodeVmAttachements crd existence when pods are created "+
182+
ginkgo.It("[cf-vks] Verify CnsNodeVmAttachements crd existence when pods are created "+
183183
"concurrently", ginkgo.Label(p0, block, tkg, vc70), func() {
184184
var err error
185185
ctx, cancel := context.WithCancel(context.Background())
@@ -390,7 +390,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
390390
// 11- Delete statefulset.
391391
// 13- Delete PVCs.
392392

393-
ginkgo.It("[cf-vks][ef-vks] Detach Statefulset testing with default "+
393+
ginkgo.It("[cf-vks] Detach Statefulset testing with default "+
394394
"podManagementPolicy", ginkgo.Label(p0, block, tkg, vc70), func() {
395395

396396
ginkgo.By("Creating StorageClass for Statefulset")
@@ -565,7 +565,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
565565
// Verify Pod is deleted from GC.
566566
// Verify volume is detached from VM.
567567
// Delete PVC in GC.
568-
ginkgo.It("[cf-vks][ef-vks] Create a Pod mounted with multiple PVC", ginkgo.Label(p0, block, tkg, vc70), func() {
568+
ginkgo.It("[cf-vks] Create a Pod mounted with multiple PVC", ginkgo.Label(p0, block, tkg, vc70), func() {
569569
var sc *storagev1.StorageClass
570570
var pvc *v1.PersistentVolumeClaim
571571
var err error

tests/e2e/gc_metadata_syncer.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
389389
// 10. Delete PVCs.
390390
// 11. Delete SC.
391391

392-
ginkgo.It("[ef-vks][cf-vks] Statefulset tests with label updates", ginkgo.Label(p1, block, tkg, vc70), func() {
392+
ginkgo.It("[cf-vks] Statefulset tests with label updates", ginkgo.Label(p1, block, tkg, vc70), func() {
393393
var sc *storagev1.StorageClass
394394
var err error
395395
ctx, cancel := context.WithCancel(context.Background())
@@ -848,7 +848,7 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
848848
// 9. Wait for Pod name to be deleted in CNS.
849849
// 10. Delete PVCs.
850850

851-
ginkgo.It("[cf-vks][ef-vks] Multiple PVCs - Verify Pod Name is updated/deleted "+
851+
ginkgo.It("[cf-vks] Multiple PVCs - Verify Pod Name is updated/deleted "+
852852
"on CNS", ginkgo.Label(p1, block, tkg, vc70), func() {
853853
var sc *storagev1.StorageClass
854854
var err error
@@ -1364,7 +1364,7 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
13641364
// and PVC in SV.
13651365
// 19.Delete the corresponding PVC on SV.
13661366

1367-
ginkgo.It("[cf-vks][ef-vks] Static provisioning across Guest Clusters.", ginkgo.Label(p1, block, tkg, vc70), func() {
1367+
ginkgo.It("[cf-vks] Static provisioning across Guest Clusters.", ginkgo.Label(p1, block, tkg, vc70), func() {
13681368
ctx, cancel := context.WithCancel(context.Background())
13691369
defer cancel()
13701370

tests/e2e/raw_block_volume.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ var _ = ginkgo.Describe("raw block volume support", func() {
198198
8. Delete all PVCs from the tests namespace.
199199
9. Delete the storage class.
200200
*/
201-
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest][ef-vks] "+
201+
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest]"+
202202
"Statefulset testing with raw block volume and default podManagementPolicy", ginkgo.Label(p0, block, vanilla,
203203
tkg, vc70), func() {
204204
ctx, cancel := context.WithCancel(context.Background())
@@ -416,7 +416,7 @@ var _ = ginkgo.Describe("raw block volume support", func() {
416416
10. Delete pod.
417417
11. Wait for volume to be detached.
418418
*/
419-
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized][ef-vks] "+
419+
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized]"+
420420
"Should create and delete pod with the same raw block volume", ginkgo.Label(p0, block, vanilla, tkg,
421421
vc70), func() {
422422
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/storagepolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var _ = ginkgo.Describe("Storage Policy Based Volume Provisioning", func() {
9090
})
9191

9292
ginkgo.It("[ef-vanilla-block][ef-wcp][cf-vks][csi-block-vanilla] [csi-block-vanilla-parallelized] [csi-supervisor]"+
93-
"[csi-guest][ef-vks] Verify dynamic volume provisioning works when storage policy specified "+
93+
"[csi-guest] Verify dynamic volume provisioning works when storage policy specified "+
9494
"in the storageclass is compliant for shared datastores", func() {
9595
storagePolicyNameForSharedDatastores := GetAndExpectStringEnvVar(envStoragePolicyNameForSharedDatastores)
9696
ginkgo.By(fmt.Sprintf("Invoking test for storage policy: %s", storagePolicyNameForSharedDatastores))

tests/e2e/volume_health_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var _ = ginkgo.Describe("Volume health check", func() {
135135
// 7. Verify PV entry is deleted from CNS.
136136
// 8. Delete the SC.
137137

138-
ginkgo.It("[ef-wcp][cf-vks][csi-supervisor] [csi-guest][ef-vks] Verify health annotation added on the pvc is "+
138+
ginkgo.It("[ef-wcp][cf-vks][csi-supervisor] [csi-guest] Verify health annotation added on the pvc is "+
139139
"accessible", ginkgo.Label(p0, block, wcp, tkg, vc70), func() {
140140

141141
var storageclass *storagev1.StorageClass
@@ -1122,7 +1122,7 @@ var _ = ginkgo.Describe("Volume health check", func() {
11221122
// 7. Delete PVC from the tests namespace.
11231123
// 8. Delete the storage class.
11241124

1125-
ginkgo.It("[cf-vks][csi-guest] [ef-vks] In Guest Cluster Verify Volume health on "+
1125+
ginkgo.It("[cf-vks][csi-guest] In Guest Cluster Verify Volume health on "+
11261126
"Statefulset", ginkgo.Label(p0, block, tkg, vc70), func() {
11271127
ctx, cancel := context.WithCancel(context.Background())
11281128
defer cancel()

tests/e2e/vsphere_shared_datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] "+
154154
// 9. Delete Pod
155155
// 10. Delete PVC and SC
156156

157-
ginkgo.It("[ef-vanilla-block][ef-wcp][cf-vks][csi-block-vanilla][csi-guest][csi-supervisor][ef-vks] Verify impact on "+
157+
ginkgo.It("[ef-vanilla-block][ef-wcp][cf-vks][csi-block-vanilla][csi-guest][csi-supervisor] Verify impact on "+
158158
"existing pv pvc when sc recreated with different binding mode", ginkgo.Label(p0,
159159
block, wcp, tkg, vanilla, vc70), func() {
160160
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/vsphere_volume_expansion.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
204204
// 12. Delete pod and Wait for Volume Disk to be detached from the Node.
205205
// 13. Delete PVC, PV and Storage Class.
206206

207-
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized] [ef-vks] "+
207+
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized]"+
208208
"Verify offline volume expansion workflow with xfs filesystem", ginkgo.Label(p0, block, vanilla, tkg, core,
209209
vc70), func() {
210210
invokeTestForVolumeExpansionWithFilesystem(f, client, namespace, xfsFSType, xfsFSType, storagePolicyName, profileID)
@@ -222,7 +222,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
222222
// 6. Verify if the PVC expansion fails.
223223

224224
ginkgo.It("[cf-vks][csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized] [csi-vcp-mig] "+
225-
"[ef-vks] Verify volume expansion not allowed", ginkgo.Label(p2, block, vanilla, tkg, core, vc70), func() {
225+
"Verify volume expansion not allowed", ginkgo.Label(p2, block, vanilla, tkg, core, vc70), func() {
226226
invokeTestForInvalidVolumeExpansion(f, client, namespace, storagePolicyName, profileID)
227227
})
228228

0 commit comments

Comments
 (0)