@@ -631,7 +631,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
631
631
// 6. Verify size of PVs in SVC and GC are 5Gi.
632
632
// 7. delete the PVC created in step 2.
633
633
// 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 " +
635
635
"expands to largest size" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
636
636
ctx , cancel := context .WithCancel (context .Background ())
637
637
defer cancel ()
@@ -883,7 +883,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
883
883
// 9. Verify size of PVs in SVC and GC to same as the one used in the step 4.
884
884
// 10. Delete PVC created in step 2.
885
885
// 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 () {
887
888
ctx , cancel := context .WithCancel (context .Background ())
888
889
defer cancel ()
889
890
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() {
974
975
// 12. Delete pod created in step 10.
975
976
// 13. Delete PVC created in step 2.
976
977
// 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 " +
978
979
"volumes becomes offline" , ginkgo .Label (p0 , block , tkg , deprecated , vc70 ), func () {
979
980
ctx , cancel := context .WithCancel (context .Background ())
980
981
defer cancel ()
@@ -1438,7 +1439,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1438
1439
// 6. Delete PVC from GC.
1439
1440
// 7. Check no residues are left - PVC, PV in GC and SVC, and FCD.
1440
1441
// 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 " +
1442
1443
"in progress" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
1443
1444
thickProvPolicy := os .Getenv (envStoragePolicyNameWithThickProvision )
1444
1445
if thickProvPolicy == "" {
@@ -1526,8 +1527,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1526
1527
// 11. delete the pod created in step 10.
1527
1528
// 12. delete PVC created in step 2.
1528
1529
// 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 () {
1531
1532
ctx , cancel := context .WithCancel (context .Background ())
1532
1533
defer cancel ()
1533
1534
// 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() {
1662
1663
// 4. Check using CNS query that size of the volume is 10Gi.
1663
1664
// 5. Verify size of PVs in SVC and GC are 10Gi.
1664
1665
// 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 " +
1666
1667
"sizes" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
1667
1668
ctx , cancel := context .WithCancel (context .Background ())
1668
1669
defer cancel ()
@@ -1770,7 +1771,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1770
1771
// 10. Verify size of PVs in SVC and GC to same as the one used in the step 4.
1771
1772
// 11. delete PVC created in step 2.
1772
1773
// 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 () {
1774
1776
var originalSizeInMb , fsSize int64
1775
1777
1776
1778
ctx , cancel := context .WithCancel (context .Background ())
@@ -1899,8 +1901,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1899
1901
// 9. Trigger online volume expansion on gc-pvc and make sure volume
1900
1902
// expansion is successful.
1901
1903
// 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 () {
1904
1906
var err error
1905
1907
ctx , cancel := context .WithCancel (context .Background ())
1906
1908
defer cancel ()
@@ -1994,7 +1996,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1994
1996
// 9. Trigger online volume expansion on gc-pvc, Since svc-PVC size is
1995
1997
// already greater than the gcPVC , Online expansion on gcPVC should fail.
1996
1998
// 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 " +
1998
2000
"cluster when gcPVC<svcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
1999
2001
var err error
2000
2002
ctx , cancel := context .WithCancel (context .Background ())
@@ -2099,7 +2101,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
2099
2101
// 9. Trigger online volume expansion on gc-pvc, Online expansion on gcPVC
2100
2102
// should be successful.
2101
2103
// 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 " +
2103
2105
"cluster when svcPVC<gcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
2104
2106
var err error
2105
2107
ctx , cancel := context .WithCancel (context .Background ())
0 commit comments