@@ -520,7 +520,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
520
520
11. The snapshot that was created via CNS in step-2 should be deleted as part of k8s snapshot delete
521
521
12. Delete the pvc
522
522
*/
523
- ginkgo .It ("[block-vanilla-snapshot] Verify snapshot static provisioning " +
523
+ ginkgo .It ("[ef-vanilla-block][ block-vanilla-snapshot] Verify snapshot static provisioning " +
524
524
"via CNS" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , vc80 ), func () {
525
525
526
526
ctx , cancel := context .WithCancel (context .Background ())
@@ -842,7 +842,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
842
842
9. Query the Snasphot from CNS side using the volumeId
843
843
10. Cleanup the snapshot and delete the volume
844
844
*/
845
- ginkgo .It ("[block-vanilla-snapshot] Verify snapshot static provisioning with deletion " +
845
+ ginkgo .It ("[ef-vanilla-block][ block-vanilla-snapshot] Verify snapshot static provisioning with deletion " +
846
846
"policy Retain - test2" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , vc80 ), func () {
847
847
848
848
ctx , cancel := context .WithCancel (context .Background ())
@@ -1958,7 +1958,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
1958
1958
designed to return success even though it cannot find a snapshot in the backend)
1959
1959
*/
1960
1960
1961
- ginkgo .It ("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
1961
+ ginkgo .It ("[ef-vanilla-block][ cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
1962
1962
"[ef-vks-cnapshot] Delete a non-existent snapshot" , ginkgo .Label (p0 , block , vanilla ,
1963
1963
wcp , snapshot , tkg , negative , vc90 ), func () {
1964
1964
@@ -2143,8 +2143,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2143
2143
4. Create with exact size and ensure it succeeds
2144
2144
*/
2145
2145
2146
- ginkgo .It ("[cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Create Volume from snapshot with " +
2147
- "different size" , ginkgo .Label (p1 , block , vanilla , snapshot , tkg , wcp , stable , negative , vc90 ), func () {
2146
+ ginkgo .It ("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Create Volume " +
2147
+ "from snapshot with different size" , ginkgo .Label (p1 , block , vanilla , snapshot , tkg , wcp , stable , negative ,
2148
+ vc90 ), func () {
2148
2149
2149
2150
ctx , cancel := context .WithCancel (context .Background ())
2150
2151
defer cancel ()
@@ -2276,9 +2277,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2276
2277
10. Verify if the new pod attaches to the PV created in step-8
2277
2278
11. Cleanup the sts and the snapshot + pv that was left behind in step-7
2278
2279
*/
2279
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot]" +
2280
- "[supervisor-snapshot] [ ef-vks-snapshot] Snapshot workflow for " +
2281
- "statefulsets" , ginkgo . Label ( p0 , block , vanilla , snapshot , wcp , tkg , vc80 ), func () {
2280
+ ginkgo .It ("[ef-vanilla-block][ef- wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor -snapshot]" +
2281
+ "[ef-vks-snapshot] Snapshot workflow for statefulsets" , ginkgo . Label ( p0 , block , vanilla , snapshot , wcp ,
2282
+ tkg , vc80 ), func () {
2282
2283
ctx , cancel := context .WithCancel (context .Background ())
2283
2284
defer cancel ()
2284
2285
quota := make (map [string ]* resource.Quantity )
@@ -2534,8 +2535,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2534
2535
5. Expect VolumeFailedDelete error with an appropriate err-msg
2535
2536
6. Run cleanup - delete the snapshots and then delete pv
2536
2537
*/
2537
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume deletion with" +
2538
- "existing snapshots" , ginkgo .Label (p0 , block , vanilla , snapshot , tkg , wcp , stable , negative , vc80 ), func () {
2538
+ ginkgo .It ("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume " +
2539
+ "deletion with existing snapshots" , ginkgo .Label (p0 , block , vanilla , snapshot , tkg , wcp , stable , negative ,
2540
+ vc80 ), func () {
2539
2541
2540
2542
ctx , cancel := context .WithCancel (context .Background ())
2541
2543
defer cancel ()
@@ -2628,8 +2630,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2628
2630
4. create a pre-provisioned snapshot (which uses VolumeSnapshotContent as source) using the VSC from step(3)
2629
2631
5. Ensure this provisioning fails with appropriate error: SnapshotContentMismatch error
2630
2632
*/
2631
- ginkgo .It ("[block-vanilla-snapshot] [tkg-snapshot][ef-vks-snapshot] Create a pre-provisioned snapshot using " +
2632
- "VolumeSnapshotContent as source" , ginkgo .Label (p1 , block , vanilla , snapshot , tkg , stable ,
2633
+ ginkgo .It ("[ef-vanilla- block][block -vanilla-snapshot][tkg-snapshot][ef-vks-snapshot] Create a pre-provisioned " +
2634
+ "snapshot using VolumeSnapshotContent as source" , ginkgo .Label (p1 , block , vanilla , snapshot , tkg , stable ,
2633
2635
negative , vc80 ), func () {
2634
2636
2635
2637
ctx , cancel := context .WithCancel (context .Background ())
@@ -2729,7 +2731,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2729
2731
(note the snapshotHandle its pointing to has been deleted)
2730
2732
9. Volume Create should fail with an appropriate error on k8s side
2731
2733
*/
2732
- ginkgo .It ("[block-vanilla-snapshot] Pre-provisioned snapshot using incorrect/non-existing " +
2734
+ ginkgo .It ("[ef-vanilla-block][ block-vanilla-snapshot] Pre-provisioned snapshot using incorrect/non-existing " +
2733
2735
"static snapshot" , ginkgo .Label (p0 , block , vanilla , snapshot , negative , vc80 ), func () {
2734
2736
2735
2737
ctx , cancel := context .WithCancel (context .Background ())
@@ -2886,7 +2888,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2886
2888
7. Validate the pvc is Bound
2887
2889
8. Cleanup the snapshot and pvc
2888
2890
*/
2889
- ginkgo .It ("[block-vanilla-snapshot] Create a volume from a snapshot that is still not " +
2891
+ ginkgo .It ("[ef-vanilla-block][ block-vanilla-snapshot] Create a volume from a snapshot that is still not " +
2890
2892
"ready-to-use" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , negative , vc80 ), func () {
2891
2893
2892
2894
ctx , cancel := context .WithCancel (context .Background ())
@@ -3361,8 +3363,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3361
3363
6. Run resize and it should succeed
3362
3364
7. Cleanup the pvc
3363
3365
*/
3364
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume online resize of " +
3365
- "a volume having snapshots" , ginkgo .Label (p0 , block , vanilla , tkg , snapshot , stable , negative , vc90 ), func () {
3366
+ ginkgo .It ("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume " +
3367
+ "online resize of a volume having snapshots" , ginkgo .Label (p0 , block , vanilla , tkg , snapshot , stable , negative ,
3368
+ vc90 ), func () {
3366
3369
3367
3370
ctx , cancel := context .WithCancel (context .Background ())
3368
3371
defer cancel ()
@@ -4253,7 +4256,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4253
4256
8. Cleanup all the snapshots and the pvc.
4254
4257
*/
4255
4258
4256
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
4259
+ ginkgo .It ("[ef-vanilla-block][ef- wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
4257
4260
"[ef-vks-snapshot] Multi-master and snapshot workflow" , ginkgo .Label (p1 , block , vanilla ,
4258
4261
tkg , snapshot , vc80 ), func () {
4259
4262
@@ -4525,7 +4528,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4525
4528
5. Validate creation of additional snapshots beyond the configured
4526
4529
max-snapshots per volume fails - check error returned
4527
4530
*/
4528
- ginkgo .It ("[block-vanilla-snapshot] Max Snapshots per volume test" , ginkgo .Label (p1 , block ,
4531
+ ginkgo .It ("[ef-vanilla-block][ block-vanilla-snapshot] Max Snapshots per volume test" , ginkgo .Label (p1 , block ,
4529
4532
vanilla , snapshot , vc80 ), func () {
4530
4533
4531
4534
ctx , cancel := context .WithCancel (context .Background ())
@@ -4907,8 +4910,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4907
4910
3. Cleanup of snapshot, pvc and sc
4908
4911
*/
4909
4912
4910
- ginkgo .It ("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot] Volume provision and " +
4911
- "snapshot creation/restore on VMFS Datastore" , ginkgo .Label (p0 , block , vanilla , snapshot ,
4913
+ ginkgo .It ("[ef-vanilla-block][ pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot] Volume " +
4914
+ "provision and snapshot creation/restore on VMFS Datastore" , ginkgo .Label (p0 , block , vanilla , snapshot ,
4912
4915
tkg , vc80 ), func () {
4913
4916
ctx , cancel := context .WithCancel (context .Background ())
4914
4917
defer cancel ()
@@ -4921,7 +4924,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4921
4924
2. Create Snapshot class and take a snapshot of the volume
4922
4925
3. Cleanup of snapshot, pvc and sc
4923
4926
*/
4924
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]" +
4927
+ ginkgo .It ("[ef-vanilla-block][ef- wcp-snapshot][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]" +
4925
4928
"[ef-vks-snapshot] Volume provision and snapshot creation/restore on NFS Datastore" , ginkgo .Label (p0 ,
4926
4929
block , vanilla , snapshot , tkg , vc80 ), func () {
4927
4930
ctx , cancel := context .WithCancel (context .Background ())
@@ -4964,9 +4967,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4964
4967
4. Volume restore
4965
4968
5. snapshot create/delete workflow
4966
4969
*/
4967
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Scale-up " +
4968
- "creation of snapshots across multiple volumes" , ginkgo .Label (p1 , block , vanilla , snapshot ,
4969
- tkg , stable , vc80 ), func () {
4970
+ ginkgo .It ("[ef-vanilla-block][ef- wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
4971
+ "[ef-vks-snapshot] Scale-up creation of snapshots across multiple volumes" , ginkgo .Label (p1 , block , vanilla ,
4972
+ snapshot , tkg , stable , vc80 ), func () {
4970
4973
4971
4974
ctx , cancel := context .WithCancel (context .Background ())
4972
4975
defer cancel ()
0 commit comments