Skip to content

Commit 1f6b1ad

Browse files
Add cf labels to block vanilla tests (#3572)
1 parent 9518e14 commit 1f6b1ad

11 files changed

+67
-57
lines changed

tests/e2e/csi_snapshot_basic.go

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
244244
13. Cleanup: Delete PVC, SC (validate they are removed)
245245
*/
246246

247-
ginkgo.It("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot] [supervisor-snapshot] Verify snapshot dynamic "+
248-
"provisioning workflow", ginkgo.Label(p0, block, tkg, vanilla, wcp, snapshot, stable, vc90), func() {
247+
ginkgo.It("[cf-wcp] [cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
248+
" Verify snapshot dynamic provisioning workflow", ginkgo.Label(p0, block, tkg,
249+
vanilla, wcp, snapshot, stable, vc90), func() {
249250
ctx, cancel := context.WithCancel(context.Background())
250251
defer cancel()
251252

@@ -358,7 +359,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
358359
volume snapshot as the policy is delete
359360
10. Cleanup the pvc
360361
*/
361-
ginkgo.It("[block-vanilla-snapshot] Verify snapshot static provisioning through K8s "+
362+
ginkgo.It("[block-vanilla-snapshot][cf-vanilla-block] Verify snapshot static provisioning through K8s "+
362363
"API workflow", ginkgo.Label(p0, block, vanilla, snapshot, stable, vc80), func() {
363364

364365
ctx, cancel := context.WithCancel(context.Background())
@@ -660,7 +661,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
660661
12. Delete volume snapshot content 2
661662
13. Cleanup the pvc, volume snapshot class and storage class
662663
*/
663-
ginkgo.It("[block-vanilla-snapshot] Verify snapshot static provisioning with "+
664+
ginkgo.It("[block-vanilla-snapshot][cf-vanilla-block] Verify snapshot static provisioning with "+
664665
"deletion policy Retain", ginkgo.Label(p0, block, vanilla, snapshot, stable, vc80), func() {
665666

666667
ctx, cancel := context.WithCancel(context.Background())
@@ -988,7 +989,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
988989
10. Run cleanup: Delete snapshots, restored-volumes, pods
989990
*/
990991

991-
ginkgo.It("[block-vanilla-snapshot] Volume restore using snapshot a dynamic snapshot b "+
992+
ginkgo.It("[block-vanilla-snapshot][cf-vanilla-block] Volume restore using snapshot a dynamic snapshot b "+
992993
"pre-provisioned snapshot", ginkgo.Label(p0, block, vanilla, snapshot, stable, vc80), func() {
993994

994995
ctx, cancel := context.WithCancel(context.Background())
@@ -1329,8 +1330,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
13291330
16. Query the snapshot from CNS side - it shouldn't be available
13301331
17. Delete SC and VolumeSnapshotClass
13311332
*/
1332-
ginkgo.It("[cf-vks] [block-vanilla-snapshot] [tkg-snapshot] Volume snapshot creation and restoration workflow "+
1333-
"with xfs filesystem", ginkgo.Label(p0, block, vanilla, tkg, snapshot, stable, vc80), func() {
1333+
ginkgo.It("[cf-vks][cf-vanilla-block][block-vanilla-snapshot][tkg-snapshot] Volume snapshot "+
1334+
"creation and restoration workflow with xfs filesystem", ginkgo.Label(p0, block,
1335+
vanilla, tkg, snapshot, stable, vc80), func() {
13341336

13351337
ctx, cancel := context.WithCancel(context.Background())
13361338
defer cancel()
@@ -1526,9 +1528,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
15261528
while the source pvc was created usig thin provisioned psp-operatorlicy
15271529
6. cleanup spbm policies, sc's, pvc's
15281530
*/
1529-
ginkgo.It("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot] [supervisor-snapshot] Volume "+
1530-
"restore using snapshot on a different "+
1531-
"storageclass", ginkgo.Label(p0, block, vanilla, wcp, snapshot, tkg, stable, vc90), func() {
1531+
ginkgo.It("[cf-wcp] [cf-vanilla-block][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]"+
1532+
" Volume restore using snapshot on a different storageclass", ginkgo.Label(p0, block, vanilla,
1533+
wcp, snapshot, tkg, stable, vc90), func() {
15321534

15331535
ctx, cancel := context.WithCancel(context.Background())
15341536
defer cancel()
@@ -1665,9 +1667,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
16651667
8. Ensure the pvc with source as snapshot creates successfully and is bound
16661668
9. Cleanup the snapshot, pvcs and ns
16671669
*/
1668-
ginkgo.It("[block-vanilla-snapshot][tkg-snapshot] Delete the namespace hosting the pvcs and "+
1669-
"volume-snapshots and recover the data "+
1670-
"using snapshot-content", ginkgo.Label(p0, block, vanilla, snapshot, tkg, stable, vc80), func() {
1670+
ginkgo.It("[block-vanilla-snapshot][cf-vanilla-block][tkg-snapshot] Delete the namespace hosting the pvcs and "+
1671+
"volume-snapshots and recover the data using snapshot-content", ginkgo.Label(p0, block,
1672+
vanilla, snapshot, tkg, stable, vc80), func() {
16711673

16721674
ctx, cancel := context.WithCancel(context.Background())
16731675
defer cancel()
@@ -2038,8 +2040,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
20382040
3. Validate the fields after snapshot creation succeeds (snapshotClass, retentionPolicy)
20392041
*/
20402042

2041-
ginkgo.It("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Create snapshots using default "+
2042-
"VolumeSnapshotClass", ginkgo.Label(p0, block, vanilla, snapshot, wcp, tkg, vc90), func() {
2043+
ginkgo.It("[cf-wcp][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
2044+
" Create snapshots using default VolumeSnapshotClass", ginkgo.Label(p0, block,
2045+
vanilla, snapshot, wcp, tkg, vc90), func() {
20432046

20442047
ctx, cancel := context.WithCancel(context.Background())
20452048
defer cancel()
@@ -3028,8 +3031,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
30283031
7. Cleanup dep-1 pv snapshots and pvs, delete dep-2
30293032
*/
30303033

3031-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Snapshot workflow for "+
3032-
"deployments", ginkgo.Label(p0, block, vanilla, tkg, snapshot, wcp, stable, vc80), func() {
3034+
ginkgo.It("[ef-wcp-snapshot][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot]"+
3035+
"[supervisor-snapshot] Snapshot workflow for deployments", ginkgo.Label(p0, block,
3036+
vanilla, tkg, snapshot, wcp, stable, vc80), func() {
30333037

30343038
ctx, cancel := context.WithCancel(context.Background())
30353039
defer cancel()
@@ -3174,9 +3178,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
31743178
6. Run resize and it should succeed
31753179
7. Cleanup the pvc
31763180
*/
3177-
ginkgo.It("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume offline "+
3178-
"resize of a volume having snapshots", ginkgo.Label(p0, block, vanilla, tkg, snapshot, stable, wcp,
3179-
negative, vc90), func() {
3181+
ginkgo.It("[ef-wcp-snapshot][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot]"+
3182+
"[supervisor-snapshot] Volume offline resize of a volume having snapshots", ginkgo.Label(p0, block,
3183+
vanilla, tkg, snapshot, stable, wcp, negative, vc90), func() {
31803184

31813185
ctx, cancel := context.WithCancel(context.Background())
31823186
defer cancel()

tests/e2e/data_persistence.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ var _ = ginkgo.Describe("Data Persistence", func() {
118118
}
119119
})
120120

121-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized][ef-vks] Should "+
122-
"create and delete pod with the same volume source "+
123-
"and data", ginkgo.Label(p0, block, vanilla, wcp, tkg, core, vc70), func() {
121+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][ef-vks][csi-supervisor] [csi-guest] "+
122+
"[csi-block-vanilla-parallelized] Should create and delete pod with the same volume"+
123+
" source and data", ginkgo.Label(p0, block, vanilla, wcp, tkg, core, vc70), func() {
124124
ctx, cancel := context.WithCancel(context.Background())
125125
defer cancel()
126126
var sc *storagev1.StorageClass

tests/e2e/labelupdates.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ var _ bool = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelize
282282

283283
})
284284

285-
ginkgo.It("[csi-supervisor] verify podname label is created/deleted when pod with cns volume is "+
285+
ginkgo.It("[cf-vanilla-block][csi-supervisor] verify podname label is created/deleted when pod with cns volume is "+
286286
"created/deleted.", ginkgo.Label(p0, block, vanilla, windows, wcp, core), func() {
287287
ginkgo.By("Invoking test to verify pod name label updates")
288288
var sc *storagev1.StorageClass
@@ -524,7 +524,8 @@ var _ bool = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelize
524524
13. Delete SC
525525
*/
526526

527-
ginkgo.It("Verify label updates on statically provisioned volume.", ginkgo.Label(p0, block, vanilla, windows,
527+
ginkgo.It("[cf-vanilla-block] Verify label updates on statically provisioned volume.", ginkgo.Label(p0,
528+
block, vanilla, windows,
528529
core), func() {
529530
var err error
530531
ctx, cancel := context.WithCancel(context.Background())
@@ -658,8 +659,8 @@ var _ bool = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelize
658659
10. Delete PVCs
659660
11. Delete SC
660661
*/
661-
ginkgo.It("[cf-wcp] [csi-supervisor] Verify label updates on PVC and PV attached to a stateful "+
662-
"set.", ginkgo.Label(p0, block, vanilla, windows, wcp, core), func() {
662+
ginkgo.It("[cf-wcp][cf-vanilla-block][csi-supervisor] Verify label updates on PVC and PV"+
663+
" attached to a stateful set.", ginkgo.Label(p0, block, vanilla, windows, wcp, core), func() {
663664
ctx, cancel := context.WithCancel(context.Background())
664665
defer cancel()
665666
// decide which test setup is available to run

tests/e2e/policy_driven_vol_allocation.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
119119
ginkgo.AfterEach(func() {
120120
ctx, cancel := context.WithCancel(context.Background())
121121
defer cancel()
122-
setVpxdTaskTimeout(ctx, 0) // reset vpxd timeout to default
123-
time.Sleep(3 * time.Minute)
124122
if supervisorCluster {
125123
dumpSvcNsEventsOnTestFailure(client, namespace)
126124
}
@@ -162,7 +160,8 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
162160
10 Deleted the SPBM polices created in step 1
163161
*/
164162
ginkgo.It("[csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest][csi-supervisor]"+
165-
"[csi-wcp-vsan-direct][ef-vks-thickthin] Verify Thin, EZT, LZT volume creation via SPBM "+
163+
"[csi-wcp-vsan-direct][ef-vks-thickthin][cf-vanilla-block] Verify Thin,"+
164+
"EZT, LZT volume creation via SPBM "+
166165
"policies", ginkgo.Label(p0, vanilla, block, thickThin, wcp, tkg, windows, stable, vsanDirect, vc70), func() {
167166

168167
ctx, cancel := context.WithCancel(context.Background())
@@ -700,7 +699,6 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
700699
}
701700

702701
scParameters := make(map[string]string)
703-
704702
rand.New(rand.NewSource(time.Now().UnixNano()))
705703
suffix := fmt.Sprintf("-%v-%v", time.Now().UnixNano(), rand.Intn(10000))
706704
randomStr := strconv.Itoa(rand.Intn(10000))
@@ -2387,6 +2385,10 @@ var _ = ginkgo.Describe("[vol-allocation] Policy driven volume space allocation
23872385
ctx, cancel := context.WithCancel(context.Background())
23882386
defer cancel()
23892387

2388+
setVpxdTaskTimeout(ctx, vpxdReducedTaskTimeoutSecsInt)
2389+
defer func() {
2390+
setVpxdTaskTimeout(ctx, 0)
2391+
}()
23902392
sharedvmfsURL := os.Getenv(envSharedVMFSDatastoreURL)
23912393
if sharedvmfsURL == "" {
23922394
ginkgo.Skip(fmt.Sprintf("Env %v is missing", envSharedVMFSDatastoreURL))

tests/e2e/raw_block_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ var _ = ginkgo.Describe("raw block volume support", func() {
11211121
15. Query the snapshot from CNS side - should return 0 entries
11221122
16. Cleanup: Delete PVC, SC (validate they are removed)
11231123
*/
1124-
ginkgo.It("[cf-vks] [block-vanilla-snapshot] [tkg-snapshot] Verify snapshot dynamic provisioning "+
1124+
ginkgo.It("[cf-vks] [block-vanilla-snapshot] [cf-vanilla-block][tkg-snapshot] Verify snapshot dynamic provisioning "+
11251125
"workflow with raw block "+
11261126
"volume", ginkgo.Label(p0, block, vanilla, tkg, vc70), func() {
11271127
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/svmotion_volumes.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] Re
207207
CnsRelocateVolume API and verify the datastore of fcd after migration and volume compliance.
208208
6. Delete pod,pvc and sc.
209209
*/
210-
ginkgo.It("Online relocation of volume using cnsRelocate Volume API", ginkgo.Label(p0, vanilla, block, core,
211-
vc70), func() {
210+
ginkgo.It("[cf-vanilla-block] Online relocation of volume using cnsRelocate Volume API", ginkgo.Label(p0,
211+
vanilla, block, core, vc70), func() {
212212
ginkgo.By("Invoking Test for offline relocation")
213213
ctx, cancel := context.WithCancel(context.Background())
214214
defer cancel()
@@ -369,8 +369,8 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] Re
369369
using CnsRelocateVolume API and verify the datastore of fcd after migration and volume compliance.
370370
5. Delete pvc and sc.
371371
*/
372-
ginkgo.It("Offline relocation of volume using cnsRelocate Volume API", ginkgo.Label(p0, vanilla, block, core,
373-
vc70), func() {
372+
ginkgo.It("[cf-vanilla-block] Offline relocation of volume using cnsRelocate Volume API", ginkgo.Label(p0,
373+
vanilla, block, core, vc70), func() {
374374
ginkgo.By("Invoking Test for offline relocation")
375375
ctx, cancel := context.WithCancel(context.Background())
376376
defer cancel()

tests/e2e/vsphere_shared_datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-block-vanilla-parallelized] "+
112112

113113
// Setting non-shared datastore in the storage class should fail dynamic
114114
// volume provisioning.
115-
ginkgo.It("Verify dynamic provisioning of PV fails with user specified non-shared datastore and "+
115+
ginkgo.It("[cf-vanilla-block] Verify dynamic provisioning of PV fails with user specified non-shared datastore and "+
116116
"no storage policy specified in the storage class", ginkgo.Label(p0, block, vanilla, vc70), func() {
117117
ctx, cancel := context.WithCancel(context.Background())
118118
defer cancel()

tests/e2e/vsphere_volume_disksize.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ var _ = ginkgo.Describe("[csi-block-vanilla] [csi-file-vanilla] [csi-supervisor]
8787
})
8888

8989
// Test for valid disk size of 2Gi
90-
ginkgo.It("[cf-vanilla-file] Verify dynamic provisioning of pv using storageclass with a valid disk "+
91-
"size passes", ginkgo.Label(p0, block, file, wcp, tkg, vanilla, vc70), func() {
90+
ginkgo.It("[cf-vanilla-file] [cf-vanilla-block] Verify dynamic provisioning of pv using "+
91+
"storageclass with a valid disk size passes", ginkgo.Label(p0, block, file, wcp, tkg, vanilla, vc70), func() {
9292
ctx, cancel := context.WithCancel(context.Background())
9393
defer cancel()
9494
ginkgo.By("Invoking Test for valid disk size")

tests/e2e/vsphere_volume_expansion.go

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
157157
// 10. Delete PVC, PV and Storage Class.
158158

159159
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized] [csi-vcp-mig]"+
160-
"[ef-vks] Verify volume expansion with no filesystem before expansion", ginkgo.Label(p0,
160+
"[ef-vks][cf-vanilla-block] Verify volume expansion with no filesystem before expansion", ginkgo.Label(p0,
161161
block, vanilla, wcp, tkg, core, vc70), func() {
162162
invokeTestForVolumeExpansion(f, client, namespace, "", storagePolicyName, profileID)
163163
})
@@ -182,7 +182,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
182182
// 13. Delete PVC, PV and Storage Class.
183183

184184
ginkgo.It("[csi-block-vanilla] [csi-guest] [csi-block-vanilla-parallelized] [csi-vcp-mig] "+
185-
"[ef-vks] Verify volume expansion with initial filesystem before "+
185+
"[ef-vks][cf-vanilla-block] Verify volume expansion with initial filesystem before "+
186186
"expansion", ginkgo.Label(p0, block, vanilla, tkg, core, vc70), func() {
187187
invokeTestForVolumeExpansionWithFilesystem(f, client, namespace, fsType, "", storagePolicyName, profileID)
188188
})
@@ -256,8 +256,9 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
256256
// 7. Delete PVC.
257257
// 8. Verify PV is deleted automatically.
258258

259-
ginkgo.It("[csi-block-vanilla] [csi-block-vanilla-parallelized] Verify volume expansion is not supported for PVC "+
260-
"using vSAN-Default-Storage-Policy", ginkgo.Label(p0, block, vanilla, core, vc70), func() {
259+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][csi-block-vanilla-parallelized]Verify volume "+
260+
"expansion is not supported for PVC using vSAN-Default-Storage-Policy", ginkgo.Label(p0,
261+
block, vanilla, core, vc70), func() {
261262
invokeTestForInvalidVolumeExpansionStaticProvision(f, client, namespace, storagePolicyName, profileID)
262263
})
263264

@@ -571,9 +572,9 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
571572
8. Verify the PVC Size should increased by 10Gi
572573
9. Make sure file system has increased
573574
*/
574-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized]"+
575-
"[csi-vcp-mig] [ef-vks] Verify volume expansion multiple times on the "+
576-
"same PVC", ginkgo.Label(p0, block, vanilla, wcp, tkg, core, vc70), func() {
575+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][ef-vks][csi-supervisor] [csi-guest]"+
576+
"[csi-block-vanilla-parallelized] [csi-vcp-mig] Verify volume expansion multiple times"+
577+
" on the same PVC", ginkgo.Label(p0, block, vanilla, wcp, tkg, core, vc70), func() {
577578

578579
ginkgo.By("Invoking Test for Volume Expansion")
579580
ctx, cancel := context.WithCancel(context.Background())
@@ -1103,9 +1104,9 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
11031104
9. Make sure data is intact on the PV mounted on the pod
11041105
10. Make sure file system has increased
11051106
*/
1106-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized]"+
1107-
"[csi-vcp-mig] [ef-vks] Volume expansion on shared NFS datastore", ginkgo.Label(p0,
1108-
block, vanilla, wcp, tkg, core, vc70), func() {
1107+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][csi-supervisor][csi-guest][csi-block-vanilla-parallelized]"+
1108+
"[csi-vcp-mig][ef-vks] Volume expansion on shared NFS datastore", ginkgo.Label(p0, block, vanilla, wcp,
1109+
tkg, core, vc70), func() {
11091110
ginkgo.By("Invoking Test for Volume Expansion")
11101111
ctx, cancel := context.WithCancel(context.Background())
11111112
defer cancel()
@@ -1200,8 +1201,8 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
12001201
9. Make sure data is intact on the PV mounted on the pod
12011202
10. Make sure file system has increased
12021203
*/
1203-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized]"+
1204-
"[csi-vcp-mig] [ef-vks] Volume expansion on shared VMFS datastore", ginkgo.Label(p0,
1204+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][ef-vks][csi-supervisor] [csi-guest] "+
1205+
"[csi-block-vanilla-parallelized][csi-vcp-mig] Volume expansion on shared VMFS datastore", ginkgo.Label(p0,
12051206
block, vanilla, wcp, tkg, core, vc70), func() {
12061207
ginkgo.By("Invoking Test for Volume Expansion")
12071208
ctx, cancel := context.WithCancel(context.Background())
@@ -2435,9 +2436,9 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
24352436
11. Scale down deployment set to 0 replicas and delete all pods, PVC and SC
24362437
24372438
*/
2438-
ginkgo.It("[csi-block-vanilla] [csi-supervisor] [csi-guest] [csi-block-vanilla-parallelized] [csi-vcp-mig]"+
2439-
"[ef-vks] Verify online volume expansion on deployment", ginkgo.Label(p0, vanilla, block, wcp,
2440-
tkg, vc70), func() {
2439+
ginkgo.It("[csi-block-vanilla][cf-vanilla-block][ef-vks][csi-supervisor] [csi-guest] "+
2440+
"[csi-block-vanilla-parallelized] [csi-vcp-mig] Verify online volume expansion"+
2441+
" on deployment", ginkgo.Label(p0, vanilla, block, wcp, tkg, vc70), func() {
24412442
ginkgo.By("Invoking Test for Volume Expansion")
24422443
ctx, cancel := context.WithCancel(context.Background())
24432444
defer cancel()

tests/e2e/vsphere_volume_fsgroup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var _ = ginkgo.Describe("[ef-vks] [csi-block-vanilla] [csi-file-vanilla] [csi-gu
8989
})
9090

9191
// Test for Pod creation works when SecurityContext has FSGroup
92-
ginkgo.It("[cf-vanilla-file]Verify Pod Creation works when SecurityContext has "+
92+
ginkgo.It("[cf-vanilla-file][cf-vanilla-block] Verify Pod Creation works when SecurityContext has "+
9393
"FSGroup", ginkgo.Label(p0, vanilla, block, file, wcp, tkg, core, vc70), func() {
9494
ctx, cancel := context.WithCancel(context.Background())
9595
defer cancel()

0 commit comments

Comments
 (0)