Skip to content

Commit 7de3721

Browse files
authored
Adding vks testcases to EF column for n-1 and n-2 tkg versions (#3601)
1 parent 3b0a13d commit 7de3721

13 files changed

+75
-66
lines changed

tests/e2e/csi_cns_telemetry_statefulsets.go

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

99-
ginkgo.It("[ef-vks][pq-vanilla-file]Statefulset service for cluster-distribution metadata check", ginkgo.Label(p0,
100-
block, file, vanilla, wcp, tkg, vc70), func() {
99+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] [pq-vanilla-file]Statefulset service for cluster-distribution metadata "+
100+
"check", ginkgo.Label(p0, block, file, vanilla, wcp, tkg, vc70), func() {
101101
ctx, cancel := context.WithCancel(context.Background())
102102
var clusterDistributionValue string
103103
var sc *v1.StorageClass

tests/e2e/csi_static_provisioning_basic.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
572572
// 12. Delete the PVC in GC.
573573
// 13. Verifying if PVC and PV also deleted in the SV cluster.
574574
// 14. Verify volume is deleted on CNS.
575-
ginkgo.It("[[ef-vks] csi-guest] Static provisioning workflow in guest "+
575+
ginkgo.It("[[ef-vks] [ef-vks-n1][ef-vks-n2] [csi-guest] Static provisioning workflow in guest "+
576576
"cluster", ginkgo.Label(p1, block, tkg, vc70), func() {
577577
var err error
578578
ctx, cancel := context.WithCancel(context.Background())
@@ -674,7 +674,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
674674
// 6. Delete the PVC in GC.
675675
// 7. Verifying if PVC and PV also deleted in the SV cluster.
676676
// 8. Verify volume is deleted on CNS.
677-
ginkgo.It("[ef-vks] [csi-guest] Static provisioning workflow II in guest "+
677+
ginkgo.It("[ef-vks] [ef-vks-n1][ef-vks-n2][csi-guest] Static provisioning workflow II in guest "+
678678
"cluster", ginkgo.Label(p1, block, tkg, vc70), func() {
679679
var err error
680680

@@ -1766,7 +1766,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
17661766
// 7. Wait for PV , PVC to get bound.
17671767
// 8. Create POD, verify the status.
17681768
// 9. Delete all the above created PV, PVC and resource quota.
1769-
ginkgo.It("[ef-vks] [csi-guest] static volume provisioning on guest "+
1769+
ginkgo.It("[ef-vks] [ef-vks-n1][ef-vks-n2][csi-guest] static volume provisioning on guest "+
17701770
"cluster", ginkgo.Label(p0, block, tkg, vc70), func() {
17711771
var err error
17721772
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/data_persistence.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var _ = ginkgo.Describe("Data Persistence", func() {
119119
})
120120

121121
ginkgo.It("[ef-wcp][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"+
122+
"[csi-block-vanilla-parallelized][ef-vks-n1][ef-vks-n2] Should create and delete pod with the same volume"+
123123
" source and data", ginkgo.Label(p0, block, vanilla, wcp, tkg, core, vc70), func() {
124124
ctx, cancel := context.WithCancel(context.Background())
125125
defer cancel()

tests/e2e/gc_block_resize_retain_policy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ import (
4343
admissionapi "k8s.io/pod-security-admission/api"
4444
)
4545

46-
var _ = ginkgo.Describe("[csi-guest][ef-vks] Volume Expansion Tests with reclaimation policy retain", func() {
46+
var _ = ginkgo.Describe("[csi-guest][ef-vks] [ef-vks-n1][ef-vks-n2] Volume Expansion Tests "+
47+
"with reclaimation policy retain", func() {
4748
f := framework.NewDefaultFramework("gc-resize-reclaim-policy-retain")
4849
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
4950
var (

tests/e2e/gc_block_volume_expansion.go

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
631631
// 6. Verify size of PVs in SVC and GC are 5Gi.
632632
// 7. delete the PVC created in step 2.
633633
// 8. delete SC created in step 1.
634-
ginkgo.It("[ef-vks] Verify pvc expanded concurrently with different sizes "+
634+
ginkgo.It("[ef-vks] [ef-vks-n1][ef-vks-n2] Verify pvc expanded concurrently with different sizes "+
635635
"expands to largest size", ginkgo.Label(p0, block, tkg, vc70), func() {
636636
ctx, cancel := context.WithCancel(context.Background())
637637
defer cancel()
@@ -883,7 +883,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
883883
// 9. Verify size of PVs in SVC and GC to same as the one used in the step 4.
884884
// 10. Delete PVC created in step 2.
885885
// 11. Delete SC created in step 1.
886-
ginkgo.It("[ef-vks] Resize beyond storage policy quota fails", ginkgo.Label(p1, block, tkg, vc70), func() {
886+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Resize beyond storage policy quota fails", ginkgo.Label(p1,
887+
block, tkg, vc70), func() {
887888
ctx, cancel := context.WithCancel(context.Background())
888889
defer cancel()
889890
ginkgo.By("Set quota in SVC for 5Gi on policy(SC) - " + storagePolicyName)
@@ -974,7 +975,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
974975
// 12. Delete pod created in step 10.
975976
// 13. Delete PVC created in step 2.
976977
// 14. Delete SC created in step 1.
977-
ginkgo.It("[ef-vks] verify resize triggered when volume was online resumes when "+
978+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] verify resize triggered when volume was online resumes when "+
978979
"volumes becomes offline", ginkgo.Label(p0, block, tkg, deprecated, vc70), func() {
979980
ctx, cancel := context.WithCancel(context.Background())
980981
defer cancel()
@@ -1438,7 +1439,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
14381439
// 6. Delete PVC from GC.
14391440
// 7. Check no residues are left - PVC, PV in GC and SVC, and FCD.
14401441
// 8. Delete SC created in step 1.
1441-
ginkgo.It("[ef-vks] Verify deletion of GC PVC is successful when FCD expansion is "+
1442+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify deletion of GC PVC is successful when FCD expansion is "+
14421443
"in progress", ginkgo.Label(p1, block, tkg, vc70), func() {
14431444
thickProvPolicy := os.Getenv(envStoragePolicyNameWithThickProvision)
14441445
if thickProvPolicy == "" {
@@ -1526,8 +1527,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
15261527
// 11. delete the pod created in step 10.
15271528
// 12. delete PVC created in step 2.
15281529
// 13. delete SC created in step 1.
1529-
ginkgo.It("[ef-vks] Verify Online volume expansion on dynamic PVC and check FS resize", ginkgo.Label(p1,
1530-
block, tkg, vc70), func() {
1530+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify Online volume expansion on dynamic PVC and "+
1531+
"check FS resize", ginkgo.Label(p1, block, tkg, vc70), func() {
15311532
ctx, cancel := context.WithCancel(context.Background())
15321533
defer cancel()
15331534
// Create a Pod to use this PVC, and verify volume has been attached.
@@ -1662,7 +1663,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
16621663
// 4. Check using CNS query that size of the volume is 10Gi.
16631664
// 5. Verify size of PVs in SVC and GC are 10Gi.
16641665
// 6. delete the PVC, pod and SC.
1665-
ginkgo.It("[ef-vks] Verify online volume resize on pvc expanded concurrently with different "+
1666+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2]Verify online volume resize on pvc expanded concurrently with different "+
16661667
"sizes", ginkgo.Label(p1, block, tkg, vc70), func() {
16671668
ctx, cancel := context.WithCancel(context.Background())
16681669
defer cancel()
@@ -1770,7 +1771,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
17701771
// 10. Verify size of PVs in SVC and GC to same as the one used in the step 4.
17711772
// 11. delete PVC created in step 2.
17721773
// 12. delete SC created in step 1.
1773-
ginkgo.It("[ef-vks] Online resize beyond storage policy quota fails", ginkgo.Label(p1, block, tkg, vc70), func() {
1774+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Online resize beyond storage policy quota fails", ginkgo.Label(p1,
1775+
block, tkg, vc70), func() {
17741776
var originalSizeInMb, fsSize int64
17751777

17761778
ctx, cancel := context.WithCancel(context.Background())
@@ -1899,8 +1901,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
18991901
// 9. Trigger online volume expansion on gc-pvc and make sure volume
19001902
// expansion is successful.
19011903
// 10. Delete all the above created PV, PVC and resource quota.
1902-
ginkgo.It("[ef-vks] Online volume resize on statically created PVC on guest cluster svcPVC=gcPVC", ginkgo.Label(p1,
1903-
block, tkg, vc70), func() {
1904+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Online volume resize on statically created PVC on guest "+
1905+
"cluster svcPVC=gcPVC", ginkgo.Label(p1, block, tkg, vc70), func() {
19041906
var err error
19051907
ctx, cancel := context.WithCancel(context.Background())
19061908
defer cancel()
@@ -1994,7 +1996,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
19941996
// 9. Trigger online volume expansion on gc-pvc, Since svc-PVC size is
19951997
// already greater than the gcPVC , Online expansion on gcPVC should fail.
19961998
// 10. Delete all the above created PV, PVC and resource quota.
1997-
ginkgo.It("[ef-vks] Online volume resize on statically created PVC on guest "+
1999+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Online volume resize on statically created PVC on guest "+
19982000
"cluster when gcPVC<svcPVC", ginkgo.Label(p1, block, tkg, vc70), func() {
19992001
var err error
20002002
ctx, cancel := context.WithCancel(context.Background())
@@ -2099,7 +2101,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
20992101
// 9. Trigger online volume expansion on gc-pvc, Online expansion on gcPVC
21002102
// should be successful.
21012103
// 10. Delete all the above created PV, PVC and resource quota.
2102-
ginkgo.It("[ef-vks] Online volume resize on statically created PVC on guest "+
2104+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Online volume resize on statically created PVC on guest "+
21032105
"cluster when svcPVC<gcPVC", ginkgo.Label(p1, block, tkg, vc70), func() {
21042106
var err error
21052107
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/gc_file_share_negative.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ import (
3131
fpv "k8s.io/kubernetes/test/e2e/framework/pv"
3232
)
3333

34-
var _ = ginkgo.Describe("[csi-guest][ef-vks] File Share on Non File Service enabled setups", func() {
34+
var _ = ginkgo.Describe("[csi-guest][ef-vks] [ef-vks-n1][ef-vks-n2]File Share on Non "+
35+
"File Service enabled setups", func() {
3536
f := framework.NewDefaultFramework("e2e-file-volumes")
3637

3738
var (

tests/e2e/gc_metadata_syncer.go

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
116116
// PV/PVC/Pod in GC and PVC in SV.
117117
// 6. Delete Pod.
118118
// 7. Delete PVC.
119-
ginkgo.It("[ef-vks] Verify CnsVolumeMetadata's entityReference for the volume on CNS", ginkgo.Label(p0,
120-
block, tkg, vc70), func() {
119+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify CnsVolumeMetadata's entityReference for the volume "+
120+
"on CNS", ginkgo.Label(p0, block, tkg, vc70), func() {
121121
var sc *storagev1.StorageClass
122122
var pvc *v1.PersistentVolumeClaim
123123
var err error
@@ -208,7 +208,8 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
208208
// 8. Verify CnsVolumeMetadata CRD in SV is updated.
209209
// 9. Wait for labels to be deleted in CNS.
210210
// 10. Delete PVC.
211-
ginkgo.It("[ef-vks] Validate PVC labels are updated/deleted on CNS", ginkgo.Label(p0, block, tkg, vc70), func() {
211+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Validate PVC labels are updated/deleted on CNS", ginkgo.Label(p0,
212+
block, tkg, vc70), func() {
212213
var sc *storagev1.StorageClass
213214
var pvc *v1.PersistentVolumeClaim
214215
var err error
@@ -289,7 +290,8 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
289290
// 8. Verify CnsVolumeMetadata CRD in SV is deleted.
290291
// 9. Wait for Pod name to be deleted in CNS.
291292
// 10. Delete PVC.
292-
ginkgo.It("[ef-vks] Verify Pod Name is updated/deleted on CNS", ginkgo.Label(p0, block, tkg, vc70), func() {
293+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify Pod Name is updated/deleted on CNS", ginkgo.Label(p0,
294+
block, tkg, vc70), func() {
293295
var sc *storagev1.StorageClass
294296
var pvc *v1.PersistentVolumeClaim
295297
var err error
@@ -511,7 +513,7 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
511513
// 6. Bring up csi-controller pod in SV.
512514
// 7. Verify PV and PVC entry is updated in CNS.
513515
// 8. Delete PVC.
514-
ginkgo.It("[ef-vks] Verify CNS Operator receives callbacks on all objects when "+
516+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Verify CNS Operator receives callbacks on all objects when "+
515517
"csi-controller was brought back up", ginkgo.Label(p1, block, tkg, vc70), func() {
516518
var sc *storagev1.StorageClass
517519
var pvc *v1.PersistentVolumeClaim
@@ -633,7 +635,8 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
633635
// 9. Wait for labels to be deleted in CNS.
634636
// 10. Delete PVC.
635637

636-
ginkgo.It("[ef-vks] Validate PV labels are updated/deleted on CNS.", ginkgo.Label(p0, block, tkg, vc70), func() {
638+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Validate PV labels are updated/deleted on CNS.", ginkgo.Label(p0,
639+
block, tkg, vc70), func() {
637640
var err error
638641
ctx, cancel := context.WithCancel(context.Background())
639642
defer cancel()
@@ -718,7 +721,7 @@ var _ = ginkgo.Describe("[csi-guest] pvCSI metadata syncer tests", func() {
718721
// 10. Verify CnsVolumeMetadata CRD in SV are updated.
719722
// 11. Wait for labels to be deleted in CNS.
720723
// 12. Delete PVC.
721-
ginkgo.It("[ef-vks] Validate PV and PVC labels are updated/deleted "+
724+
ginkgo.It("[ef-vks][ef-vks-n1][ef-vks-n2] Validate PV and PVC labels are updated/deleted "+
722725
"on CNS", ginkgo.Label(p0, block, tkg, vc70), func() {
723726
var err error
724727
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/raw_block_volume.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,9 @@ var _ = ginkgo.Describe("raw block volume support", func() {
711711
10. Make sure file system has increased
712712
713713
*/
714-
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest][ef-vks] "+
715-
"Verify online volume expansion on dynamic raw block volume", ginkgo.Label(p0, block, vanilla, tkg,
714+
ginkgo.It("[ef-vanilla-block][cf-vks][csi-block-vanilla][csi-block-vanilla-parallelized][csi-guest]"+
715+
"[cf-vks-f] Verify online volume expansion on dynamic raw block volume", ginkgo.Label(p0,
716+
block, vanilla, tkg,
716717
vc70), func() {
717718
ginkgo.By("Invoking Test for online Volume Expansion on raw block volume")
718719
ctx, cancel := context.WithCancel(context.Background())
@@ -883,8 +884,9 @@ var _ = ginkgo.Describe("raw block volume support", func() {
883884
13. Delete pod and Wait for Volume Disk to be detached from the Node.
884885
14. Delete PVC, PV and Storage Class.
885886
*/
886-
ginkgo.It("[ef-vanilla-block][csi-block-vanilla] [csi-block-vanilla-parallelized] [csi-guest] [ef-vks] Verify "+
887-
"offline volume expansion with raw block volume", ginkgo.Label(p0, block, vanilla, tkg, vc70), func() {
887+
ginkgo.It("[ef-vanilla-block][csi-block-vanilla] [csi-block-vanilla-parallelized] [csi-guest]"+
888+
"[ef-vks][ef-vks-n1][ef-vks-n2] Verify offline volume expansion with raw block volume", ginkgo.Label(p0,
889+
block, vanilla, tkg, vc70), func() {
888890
ctx, cancel := context.WithCancel(context.Background())
889891
defer cancel()
890892
ginkgo.By("Invoking Test for Offline Volume Expansion")

tests/e2e/storagepolicy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ var _ = ginkgo.Describe("Storage Policy Based Volume Provisioning", func() {
115115
})
116116

117117
ginkgo.It("[ef-vanilla-block][ef-wcp][csi-block-vanilla][csi-block-vanilla-parallelized][csi-supervisor][csi-guest]"+
118-
"[ef-vks] Verify dynamic volume provisioning fails when storage policy specified in the storageclass is "+
119-
"compliant for non-shared datastores", func() {
118+
"[ef-vks][ef-vks-n1][ef-vks-n2] Verify dynamic volume provisioning fails when storage policy specified "+
119+
"in the storageclass is compliant for non-shared datastores", func() {
120120
storagePolicyNameForNonSharedDatastores := GetAndExpectStringEnvVar(envStoragePolicyNameForNonSharedDatastores)
121121
ginkgo.By(fmt.Sprintf("Invoking test for storage policy: %s", storagePolicyNameForNonSharedDatastores))
122122
scParameters := make(map[string]string)

tests/e2e/volume_health_test.go

Lines changed: 11 additions & 11 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] Verify health annotation added on the pvc is "+
138+
ginkgo.It("[ef-wcp][cf-vks][cf-vks-f][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
@@ -241,8 +241,8 @@ var _ = ginkgo.Describe("Volume health check", func() {
241241
// 5. Delete PVC.
242242
// 7. Delete the SC.
243243

244-
ginkgo.It("[ef-wcp][csi-supervisor][csi-guest][ef-vks] Verify health annotation is not added on the pvc which is "+
245-
"on pending state", ginkgo.Label(p1, block, wcp, tkg, vc70), func() {
244+
ginkgo.It("[ef-wcp][csi-supervisor][csi-guest][ef-vks][ef-vks-n1][ef-vks-n2] Verify health annotation "+
245+
"is not added on the pvc which is on pending state", ginkgo.Label(p1, block, wcp, tkg, vc70), func() {
246246
ctx, cancel := context.WithCancel(context.Background())
247247
defer cancel()
248248
nonShareadstoragePolicyName := GetAndExpectStringEnvVar(envStoragePolicyNameForNonSharedDatastores)
@@ -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] In Guest Cluster Verify Volume health on "+
1125+
ginkgo.It("[cf-vks][csi-guest][cf-vks-f] 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()
@@ -1621,7 +1621,7 @@ var _ = ginkgo.Describe("Volume health check", func() {
16211621
// 10.Verify PV entry is deleted from CNS.
16221622
// 11.Delete the SC.
16231623

1624-
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks] Verify health annotation added on the pvc is "+
1624+
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks-n1][ef-vks-n2] Verify health annotation added on the pvc is "+
16251625
"changed from accessible to inaccessible", ginkgo.Label(p1, block, wcp, tkg, vc70), func() {
16261626
var storageclass *storagev1.StorageClass
16271627
var err error
@@ -2080,7 +2080,7 @@ var _ = ginkgo.Describe("Volume health check", func() {
20802080
// 12. Delete GC PVC.
20812081
// 13. Verify PV entry is deleted from CNS.
20822082
// 14. Delete the SC.
2083-
ginkgo.It("[csi-guest][ef-vks] Verify Inaccesssible Volume health when GC CSI is "+
2083+
ginkgo.It("[csi-guest][ef-vks][ef-vks-n1][ef-vks-n2] Verify Inaccesssible Volume health when GC CSI is "+
20842084
"down", ginkgo.Label(p2, block, tkg, disruptive, negative, vc70), func() {
20852085
var sc *storagev1.StorageClass
20862086
var err error
@@ -2225,7 +2225,7 @@ var _ = ginkgo.Describe("Volume health check", func() {
22252225
// Delete PVC from the tests namespace.
22262226
// Delete the storage class.
22272227

2228-
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks] Verify Volume health Inaccessible on "+
2228+
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks][ef-vks-n1][ef-vks-n2] Verify Volume health Inaccessible on "+
22292229
"Statefulset", ginkgo.Label(p2, block, wcp, tkg, vc70), func() {
22302230
ctx, cancel := context.WithCancel(context.Background())
22312231
defer cancel()
@@ -2768,8 +2768,8 @@ var _ = ginkgo.Describe("Volume health check", func() {
27682768
// 7. Verify PV entry is deleted from CNS.
27692769
// 8. Delete the SC.
27702770

2771-
ginkgo.It("[ef-wcp][csi-supervisor] [csi-guest][ef-vks] Verify health timestamp annotation is added on the "+
2772-
"pvc", ginkgo.Label(p1, block, wcp, tkg, vc70), func() {
2771+
ginkgo.It("[ef-wcp][csi-supervisor] [csi-guest][ef-vks][ef-vks-n1][ef-vks-n2] Verify health timestamp annotation "+
2772+
"is added on the pvc", ginkgo.Label(p1, block, wcp, tkg, vc70), func() {
27732773
var storageclass *storagev1.StorageClass
27742774
var err error
27752775
var svcPVCName string
@@ -2868,8 +2868,8 @@ var _ = ginkgo.Describe("Volume health check", func() {
28682868
// 10. Delete the PVC.
28692869
// 11. Delete the storage class.
28702870

2871-
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks] If pod pvc becomes inaccessible restart "+
2872-
"pod and check pod status", ginkgo.Label(p2, block, wcp, tkg, disruptive, negative, vc70), func() {
2871+
ginkgo.It("[pq-wcp][csi-supervisor] [csi-guest][ef-vks][ef-vks-n1][ef-vks-n2] If pod pvc becomes inaccessible "+
2872+
"restart pod and check pod status", ginkgo.Label(p2, block, wcp, tkg, disruptive, negative, vc70), func() {
28732873
ctx, cancel := context.WithCancel(context.Background())
28742874
defer cancel()
28752875
var statusFlag bool = false

0 commit comments

Comments
 (0)