@@ -4258,11 +4258,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4258
4258
7. Verify pvcs all are in Bound state.
4259
4259
8. Cleanup all the snapshots and the pvc.
4260
4260
*/
4261
-
4262
4261
ginkgo .It ("[ef-vanilla-block][ef-f-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
4263
- "[ef-vks-snapshot] Multi-master and snapshot workflow" , ginkgo .Label (p1 , block , vanilla ,
4262
+ "[ef-vks-snapshot-f ] Multi-master and snapshot workflow" , ginkgo .Label (p1 , block , vanilla ,
4264
4263
tkg , snapshot , vc80 ), func () {
4265
-
4266
4264
ctx , cancel := context .WithCancel (context .Background ())
4267
4265
defer cancel ()
4268
4266
@@ -4940,8 +4938,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4940
4938
2. Create Snapshot class and take a snapshot of the volume
4941
4939
3. Cleanup of snapshot, pvc and sc
4942
4940
*/
4943
- ginkgo .It ("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision and " +
4944
- "snapshot creation/restore on VSAN2 Datastore" , ginkgo .Label (p0 , snapshot , tkg ,
4941
+ ginkgo .It ("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision " +
4942
+ "and snapshot creation/restore on VSAN2 Datastore" , ginkgo .Label (p0 , snapshot , tkg ,
4945
4943
newTest , vc80 ), func () {
4946
4944
ctx , cancel := context .WithCancel (context .Background ())
4947
4945
defer cancel ()
@@ -5543,7 +5541,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
5543
5541
7. Validate the pvc is Bound
5544
5542
8. Cleanup the snapshot and pvc
5545
5543
*/
5546
- ginkgo .It ("[tkg-snapshot][ef-vks-snapshot] Restore volume from a static snapshot " +
5544
+ ginkgo .It ("[tkg-snapshot][ef-vks-snapshot-f ] Restore volume from a static snapshot " +
5547
5545
"that is still not ready-to-use" , ginkgo .Label (p0 , snapshot , tkg , vc80 ), func () {
5548
5546
5549
5547
ctx , cancel := context .WithCancel (context .Background ())
@@ -5715,7 +5713,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
5715
5713
9. Run cleanup: Delete snapshots, restored-volumes, pods.
5716
5714
*/
5717
5715
5718
- ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Perform online " +
5716
+ ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot-f ] Perform online " +
5719
5717
"resize on restored volume" , ginkgo .Label (p0 , snapshot , tkg , stable , vc80 ), func () {
5720
5718
ctx , cancel := context .WithCancel (context .Background ())
5721
5719
defer cancel ()
@@ -6299,8 +6297,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
6299
6297
Should fail with an appropriate error
6300
6298
*/
6301
6299
6302
- ginkgo .It ("[tkg-snapshot][ef-vks-snapshot] Volume snapshot creation on a file-share volume on a guest " +
6303
- "cluster" , ginkgo .Label (p1 , snapshot , tkg , newTest , negative , stable , vc80 ), func () {
6300
+ ginkgo .It ("[tkg-snapshot][ef-vks-snapshot-f] Volume snapshot creation on a file-share " +
6301
+ "volume on a guest cluster" , ginkgo .Label (p1 , snapshot , tkg , newTest , negative ,
6302
+ stable , vc80 ), func () {
6304
6303
6305
6304
ctx , cancel := context .WithCancel (context .Background ())
6306
6305
defer cancel ()
@@ -6344,10 +6343,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
6344
6343
And also write new data to the restored volumes and it should succeed
6345
6344
Run cleanup: Delete snapshots, restored-volumes, pods.
6346
6345
*/
6347
-
6348
- ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Create restore volume " +
6346
+ ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot-f] Create restore volume " +
6349
6347
"snapshot in consistent order" , ginkgo .Label (p0 , snapshot , tkg , stable , vc90 ), func () {
6350
-
6351
6348
ctx , cancel := context .WithCancel (context .Background ())
6352
6349
defer cancel ()
6353
6350
@@ -6519,10 +6516,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
6519
6516
7. Verify the older data. It should be intact and write new data.
6520
6517
8. Perform cleanup.
6521
6518
*/
6522
-
6523
- ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Detach volume with " +
6519
+ ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot-f] Detach volume with " +
6524
6520
"snapshot" , ginkgo .Label (p1 , snapshot , tkg , newTest , stable , vc90 ), func () {
6525
-
6526
6521
ctx , cancel := context .WithCancel (context .Background ())
6527
6522
defer cancel ()
6528
6523
@@ -6647,8 +6642,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
6647
6642
9. Delete all the above created PV, PVC and resource quota.
6648
6643
*/
6649
6644
6650
- ginkgo .It ("[tkg-snapshot][ef-vks-snapshot-f] Provisioning of static volume on guest cluster using " +
6651
- "FCD with snapshot creation" , ginkgo .Label (p0 , snapshot , tkg , stable , vc90 ), func () {
6645
+ ginkgo .It ("[tkg-snapshot][ef-vks-snapshot-f] Provisioning of static volume on guest " +
6646
+ "cluster using FCD with snapshot creation" , ginkgo .Label (p0 , snapshot , tkg , stable , vc90 ), func () {
6652
6647
6653
6648
var err error
6654
6649
ctx , cancel := context .WithCancel (context .Background ())
@@ -7046,10 +7041,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
7046
7041
9. Create new snapshots on restore volume and verify it succeeds
7047
7042
10. Run cleanup: Delete snapshots, restored-volumes, pods
7048
7043
*/
7049
-
7050
- ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Max Snapshots per volume on " +
7044
+ ginkgo .It ("[ef-f-wcp-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot-f] Max Snapshots per volume on " +
7051
7045
"wcp and gc" , ginkgo .Label (p1 , snapshot , tkg , vc90 ), func () {
7052
-
7053
7046
ctx , cancel := context .WithCancel (context .Background ())
7054
7047
defer cancel ()
7055
7048
0 commit comments