@@ -761,7 +761,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
761
761
// 9. Verify PV is deleted automatically.
762
762
// 10. Verify Volume id deleted automatically.
763
763
// 11. Verify CRD deleted automatically.
764
- ginkgo .It ("[csi-supervisor] Verify static provisioning workflow on SVC - import " +
764
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning workflow on SVC - import " +
765
765
"CNS volume" , ginkgo .Label (p0 , block , wcp , vc70 ), func () {
766
766
var err error
767
767
ctx , cancel := context .WithCancel (context .Background ())
@@ -846,8 +846,8 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
846
846
// 9. Verify PV is deleted automatically.
847
847
// 10. Verify Volume id deleted automatically.
848
848
// 11. Verify CRD deleted automatically.
849
- ginkgo .It ("[cf-wcp] [ csi-supervisor] [stretched-svc] Verify static provisioning workflow on SVC import " +
850
- "FCD" , ginkgo .Label (p0 , block , wcp , vc70 ), func () {
849
+ ginkgo .It ("[cf-wcp][ef-stretched-svc][ csi-supervisor] [stretched-svc] Verify static provisioning workflow on " +
850
+ "SVC import FCD" , ginkgo .Label (p0 , block , wcp , vc70 ), func () {
851
851
var err error
852
852
var totalQuotaUsedBefore , storagePolicyQuotaBefore , storagePolicyUsageBefore * resource.Quantity
853
853
ctx , cancel := context .WithCancel (context .Background ())
@@ -963,7 +963,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
963
963
// 12. Verify PV is deleted automatically.
964
964
// 13. Verify Volume id deleted automatically.
965
965
// 14. Verify CRD deleted automatically.
966
- ginkgo .It ("[csi-supervisor] Verify static provisioning workflow on svc - when there is no " +
966
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning workflow on svc - when there is no " +
967
967
"resourcequota available" , ginkgo .Label (p1 , block , wcp , vc70 , vc80 ), func () {
968
968
var err error
969
969
ctx , cancel := context .WithCancel (context .Background ())
@@ -1078,7 +1078,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1078
1078
// 5. Create CNS register volume with above created FCD, AccessMode as "ReadOnlyMany".
1079
1079
// 6. verify the error message.
1080
1080
// 7. Delete Resource quota.
1081
- ginkgo .It ("[csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or " +
1081
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or " +
1082
1082
"ReadOnlyMany" , ginkgo .Label (p1 , block , wcp , vc70 ), func () {
1083
1083
var err error
1084
1084
ctx , cancel := context .WithCancel (context .Background ())
@@ -1137,7 +1137,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1137
1137
// 8. Verify PV is deleted automatically.
1138
1138
// 9. Verify Volume id deleted automatically.
1139
1139
// 10. Verify CRD deleted automatically.
1140
- ginkgo .It ("[csi-supervisor] Verify static provisioning workflow - when " +
1140
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning workflow - when " +
1141
1141
"DuplicateFCD is used" , ginkgo .Label (p2 , block , wcp , vc70 ), func () {
1142
1142
1143
1143
var err error
@@ -1241,7 +1241,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1241
1241
// 10. Verify PV is deleted automatically.
1242
1242
// 11. Verify Volume id deleted automatically.
1243
1243
// 12. Verify CRD deleted automatically.
1244
- ginkgo .It ("[csi-supervisor] Verify static provisioning workflow - when " +
1244
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning workflow - when " +
1245
1245
"DuplicatePVC name is used" , ginkgo .Label (p2 , block , wcp , vc70 ), func () {
1246
1246
1247
1247
var err error
@@ -1341,7 +1341,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1341
1341
// 8. Delete PVC.
1342
1342
// 9. PV and CRD gets auto deleted.
1343
1343
// 10. Delete Resource quota.
1344
- ginkgo .It ("[csi-supervisor] Verifies static provisioning workflow on supervisor cluster - " +
1344
+ ginkgo .It ("[pq-wcp][ csi-supervisor] Verifies static provisioning workflow on supervisor cluster - " +
1345
1345
"When vsanhealthService is down" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1346
1346
1347
1347
var err error
@@ -1422,7 +1422,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1422
1422
// 8. Delete PVC.
1423
1423
// 9. PV and CRD gets auto deleted.
1424
1424
// 10. Delete Resource quota.
1425
- ginkgo .It ("[csi-supervisor] Verifies static provisioning workflow on SVC - When " +
1425
+ ginkgo .It ("[pq-wcp][ csi-supervisor] Verifies static provisioning workflow on SVC - When " +
1426
1426
"SPS service is down" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1427
1427
1428
1428
var err error
@@ -1496,7 +1496,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1496
1496
// 3. Create CNS register volume with above created FCD.
1497
1497
// 4. Verify the error message.
1498
1498
// 5. Delete Resource quota.
1499
- ginkgo .It ("[csi-supervisor] Verify static provisioning workflow SVC - On " +
1499
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify static provisioning workflow SVC - On " +
1500
1500
"non shared datastore" , ginkgo .Label (p2 , block , wcp , vc70 ), func () {
1501
1501
var err error
1502
1502
ctx , cancel := context .WithCancel (context .Background ())
@@ -1554,7 +1554,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1554
1554
// 2. Create Resource quota.
1555
1555
// 3. Create CNS register volume with above created FCD.
1556
1556
// 4. Verify the error message.
1557
- ginkgo .It ("[csi-supervisor] Verify creating static provisioning workflow when FCD " +
1557
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Verify creating static provisioning workflow when FCD " +
1558
1558
"with no storage policy" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1559
1559
var err error
1560
1560
ctx , cancel := context .WithCancel (context .Background ())
@@ -1614,9 +1614,8 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1614
1614
// 2. Create a storage policy.
1615
1615
// 3. Create FCD with the above created storage policy.
1616
1616
// 4. Import the volume created in step 3 to namespace created in step 1.
1617
- ginkgo .It ("[csi-supervisor] static provisioning workflow - " +
1618
- "when tried to import volume with a storage policy that " +
1619
- "doesn't belong to the namespace" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1617
+ ginkgo .It ("[ef-wcp][csi-supervisor] static provisioning workflow - when tried to import volume with a storage " +
1618
+ "policy that doesn't belong to the namespace" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
1620
1619
1621
1620
var err error
1622
1621
ctx , cancel := context .WithCancel (context .Background ())
@@ -1900,7 +1899,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1900
1899
// 7. Delete Namespace.
1901
1900
// 8. Verify that PV's got deleted (This ensures that all PVC, CNS register
1902
1901
// volumes and POD's are deleted).
1903
- ginkgo .It ("[csi-supervisor] Perform static and dynamic provisioning together, " +
1902
+ ginkgo .It ("[ef-wcp][ csi-supervisor] Perform static and dynamic provisioning together, " +
1904
1903
"Create Pod and delete Namespace" , ginkgo .Label (p1 , block , wcp , vc70 ), func () {
1905
1904
var err error
1906
1905
ctx , cancel := context .WithCancel (context .Background ())
@@ -1996,8 +1995,8 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
1996
1995
// 2. Create Resource quota.
1997
1996
// 3. Create CNS register volume with above created VMDK.
1998
1997
// 4. verify PV, PVC got created , check the bidirectional reference.
1999
- ginkgo .It ("[csi-supervisor] Verify static provisioning - import " +
2000
- "VMDK" , ginkgo . Label ( p1 , block , wcp , vc70 ), func () {
1998
+ ginkgo .It ("[pq-wcp][ csi-supervisor] Verify static provisioning - import VMDK" , ginkgo . Label ( p1 ,
1999
+ block , wcp , vc70 ), func () {
2001
2000
var err error
2002
2001
ctx , cancel := context .WithCancel (context .Background ())
2003
2002
defer cancel ()
@@ -2077,7 +2076,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
2077
2076
// 3. Create CNS register volume with above created VMDK and FCDID.
2078
2077
// 4. Verify the error message "VolumeID and DiskURLPath cannot be specified
2079
2078
// together".
2080
- ginkgo .It ("[csi-supervisor] Specify VolumeID and DiskURL together and " +
2079
+ ginkgo .It ("[pq-wcp] csi-supervisor] Specify VolumeID and DiskURL together and " +
2081
2080
"verify the error message" , ginkgo .Label (p2 , block , wcp , negative , vc70 ), func () {
2082
2081
2083
2082
var err error
@@ -2149,7 +2148,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
2149
2148
7.Verify Volume is deleted.
2150
2149
8.Delete FCD.
2151
2150
*/
2152
- ginkgo .It ("[csi-block-vanilla] [csi-supervisor] Full sync to deregister/delete " +
2151
+ ginkgo .It ("[ef-wcp][ csi-block-vanilla] [csi-supervisor] Full sync to deregister/delete " +
2153
2152
"volume" , ginkgo .Label (p0 , block , wcp , vanilla , core , vc70 ), func () {
2154
2153
var err error
2155
2154
ctx , cancel := context .WithCancel (context .Background ())
@@ -2303,7 +2302,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
2303
2302
5.Wait for volume to be deleted from K8s.
2304
2303
6.Wait for Volume to be deleted on CNS
2305
2304
*/
2306
- ginkgo .It ("[csi-block-vanilla] [csi-supervisor] VMDK is deleted from datastore " +
2305
+ ginkgo .It ("[ef-wcp][ csi-block-vanilla] [csi-supervisor] VMDK is deleted from datastore " +
2307
2306
"but CNS volume is still present" , ginkgo .Label (p1 , block , wcp , vanilla , core , vc70 ), func () {
2308
2307
var err error
2309
2308
ctx , cancel := context .WithCancel (context .Background ())
0 commit comments