@@ -1527,8 +1527,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1527
1527
// 11. delete the pod created in step 10.
1528
1528
// 12. delete PVC created in step 2.
1529
1529
// 13. delete SC created in step 1.
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 () {
1530
+ ginkgo .It ("[ef-vks-f ][ef-vks-n1-f ][ef-vks-n2-f ] Verify Online volume expansion on " +
1531
+ "dynamic PVC and check FS resize" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
1532
1532
ctx , cancel := context .WithCancel (context .Background ())
1533
1533
defer cancel ()
1534
1534
// Create a Pod to use this PVC, and verify volume has been attached.
@@ -1901,8 +1901,9 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1901
1901
// 9. Trigger online volume expansion on gc-pvc and make sure volume
1902
1902
// expansion is successful.
1903
1903
// 10. Delete all the above created PV, PVC and resource quota.
1904
- ginkgo .It ("[ef-vks-f][ef-vks-n1-f][ef-vks-n2-f] Online volume resize on statically created PVC " +
1905
- "on guest cluster svcPVC=gcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
1904
+ ginkgo .It ("[ef-vks-f][ef-vks-n1-f][ef-vks-n2-f] Online volume resize on statically " +
1905
+ "created PVC on guest cluster svcPVC=gcPVC" , ginkgo .Label (p1 , block ,
1906
+ tkg , vc70 ), func () {
1906
1907
var err error
1907
1908
ctx , cancel := context .WithCancel (context .Background ())
1908
1909
defer cancel ()
@@ -1996,8 +1997,9 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
1996
1997
// 9. Trigger online volume expansion on gc-pvc, Since svc-PVC size is
1997
1998
// already greater than the gcPVC , Online expansion on gcPVC should fail.
1998
1999
// 10. Delete all the above created PV, PVC and resource quota.
1999
- ginkgo .It ("[ef-vks][ef-vks-n1][ef-vks-n2] Online volume resize on statically created PVC on guest " +
2000
- "cluster when gcPVC<svcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
2000
+ ginkgo .It ("[ef-vks-f][ef-vks-n1-f][ef-vks-n2-f] Online volume resize on statically " +
2001
+ "created PVC on guest cluster when gcPVC<svcPVC" , ginkgo .Label (p1 ,
2002
+ block , tkg , vc70 ), func () {
2001
2003
var err error
2002
2004
ctx , cancel := context .WithCancel (context .Background ())
2003
2005
defer cancel ()
@@ -2101,8 +2103,8 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
2101
2103
// 9. Trigger online volume expansion on gc-pvc, Online expansion on gcPVC
2102
2104
// should be successful.
2103
2105
// 10. Delete all the above created PV, PVC and resource quota.
2104
- ginkgo .It ("[ef-vks][ef-vks-n1][ef-vks-n2] Online volume resize on statically created PVC on guest " +
2105
- "cluster when svcPVC<gcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
2106
+ ginkgo .It ("[ef-vks-f ][ef-vks-n1-f ][ef-vks-n2-f ] Online volume resize on statically created " +
2107
+ "PVC on guest cluster when svcPVC<gcPVC" , ginkgo .Label (p1 , block , tkg , vc70 ), func () {
2106
2108
var err error
2107
2109
ctx , cancel := context .WithCancel (context .Background ())
2108
2110
defer cancel ()
0 commit comments