@@ -1959,7 +1959,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
1959
1959
*/
1960
1960
1961
1961
ginkgo .It ("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
1962
- "[ef-vks-cnapshot ] Delete a non-existent snapshot" , ginkgo .Label (p0 , block , vanilla ,
1962
+ "[ef-vks-snapshot ] Delete a non-existent snapshot" , ginkgo .Label (p0 , block , vanilla ,
1963
1963
wcp , snapshot , tkg , negative , vc90 ), func () {
1964
1964
1965
1965
ctx , cancel := context .WithCancel (context .Background ())
@@ -2143,9 +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 ("[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 () {
2146
+ ginkgo .It ("[ef-vanilla-block][cf-wcp][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
2147
+ "[pq-vks-snapshot] Create Volume from snapshot with different size" , ginkgo .Label (p1 , block ,
2148
+ vanilla , snapshot , tkg , wcp , stable , negative , vc90 ), func () {
2149
2149
2150
2150
ctx , cancel := context .WithCancel (context .Background ())
2151
2151
defer cancel ()
@@ -2535,9 +2535,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2535
2535
5. Expect VolumeFailedDelete error with an appropriate err-msg
2536
2536
6. Run cleanup - delete the snapshots and then delete pv
2537
2537
*/
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 () {
2538
+ ginkgo .It ("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
2539
+ "[pq-vks-snapshot] Volume deletion with existing snapshots" , ginkgo .Label (p0 , block , vanilla , snapshot ,
2540
+ tkg , wcp , stable , negative , vc80 ), func () {
2541
2541
2542
2542
ctx , cancel := context .WithCancel (context .Background ())
2543
2543
defer cancel ()
@@ -2731,8 +2731,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2731
2731
(note the snapshotHandle its pointing to has been deleted)
2732
2732
9. Volume Create should fail with an appropriate error on k8s side
2733
2733
*/
2734
- ginkgo .It ("[ef-vanilla-block][block-vanilla-snapshot] Pre-provisioned snapshot using incorrect/non-existing " +
2735
- "static snapshot" , ginkgo .Label (p0 , block , vanilla , snapshot , negative , vc80 ), func () {
2734
+ ginkgo .It ("[ef-vanilla-block][block-vanilla-snapshot][pq-vks-snapshot] Pre-provisioned snapshot using " +
2735
+ "incorrect/non-existing static snapshot" , ginkgo .Label (p0 , block , vanilla , snapshot , negative , vc80 ), func () {
2736
2736
2737
2737
ctx , cancel := context .WithCancel (context .Background ())
2738
2738
defer cancel ()
@@ -3183,7 +3183,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3183
3183
7. Cleanup the pvc
3184
3184
*/
3185
3185
ginkgo .It ("[ef-wcp-snapshot][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot]" +
3186
- "[supervisor-snapshot] Verify offline resize of a volume having snapshots" , ginkgo .Label (p0 , block ,
3186
+ "[supervisor-snapshot][pq-vks-snapshot] Verify offline resize of a volume having snapshots" , ginkgo .Label (p0 , block ,
3187
3187
vanilla , tkg , snapshot , stable , wcp , negative , vc90 ), func () {
3188
3188
3189
3189
ctx , cancel := context .WithCancel (context .Background ())
@@ -3363,9 +3363,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3363
3363
6. Run resize and it should succeed
3364
3364
7. Cleanup the pvc
3365
3365
*/
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
+ ginkgo .It ("[ef-vanilla-block][ef-wcp-snapshot][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]" +
3367
+ "[pq-vks-snapshot] Volume online resize of a volume having snapshots" , ginkgo .Label (p0 , block , vanilla ,
3368
+ tkg , snapshot , stable , negative , vc90 ), func () {
3369
3369
3370
3370
ctx , cancel := context .WithCancel (context .Background ())
3371
3371
defer cancel ()
@@ -3601,8 +3601,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3601
3601
8. cleanup the snapshots, restore-pvc and source-pvc
3602
3602
*/
3603
3603
3604
- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore while the Host " +
3605
- "is Down" , ginkgo .Label (p2 , block , vanilla , snapshot , disruptive , vc80 ), func () {
3604
+ ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot][pq-vks-snapshot] Snapshot restore " +
3605
+ "while the Host is Down" , ginkgo .Label (p2 , block , vanilla , snapshot , disruptive , vc80 ), func () {
3606
3606
ctx , cancel := context .WithCancel (context .Background ())
3607
3607
defer cancel ()
3608
3608
var totalQuotaUsedBefore , pvc_storagePolicyQuotaBefore , pvc_storagePolicyUsageBefore * resource.Quantity
@@ -3775,8 +3775,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3775
3775
9. Delete both deployments and. the pvcs
3776
3776
*/
3777
3777
3778
- ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] VC reboot with " +
3779
- "deployment pvcs having snapshot" , ginkgo .Label (p1 , block , vanilla , tkg , snapshot , disruptive ,
3778
+ ginkgo .It ("[pq-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] VC reboot " +
3779
+ "with deployment pvcs having snapshot" , ginkgo .Label (p1 , block , vanilla , tkg , snapshot , disruptive ,
3780
3780
negative , flaky , vc90 ), func () {
3781
3781
3782
3782
ctx , cancel := context .WithCancel (context .Background ())
@@ -4745,7 +4745,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4745
4745
3. Expected behavior: resize operation should succeed and the
4746
4746
snapshot creation should succeed after resize completes
4747
4747
*/
4748
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume " +
4748
+ ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] Volume " +
4749
4749
"snapshot creation when resize is in progress" , ginkgo .Label (p2 , block ,
4750
4750
vanilla , snapshot , vc80 ), func () {
4751
4751
@@ -4893,8 +4893,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4893
4893
2. Create Snapshot class and take a snapshot of the volume
4894
4894
3. Cleanup of snapshot, pvc and sc
4895
4895
*/
4896
- ginkgo .It ("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot] Volume provision and " +
4897
- "snapshot creation/restore on VVOL Datastore" , ginkgo .Label (p0 , block , vanilla , snapshot ,
4896
+ ginkgo .It ("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][ef-vks-snapshot] Volume " +
4897
+ "provision and snapshot creation/restore on VVOL Datastore" , ginkgo .Label (p0 , block , vanilla , snapshot ,
4898
4898
tkg , vc80 ), func () {
4899
4899
ctx , cancel := context .WithCancel (context .Background ())
4900
4900
defer cancel ()
@@ -4910,9 +4910,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4910
4910
3. Cleanup of snapshot, pvc and sc
4911
4911
*/
4912
4912
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 ,
4915
- tkg , vc80 ), func () {
4913
+ ginkgo .It ("[ef-vanilla-block][pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]" +
4914
+ "[ef-vks-snapshot] Volume provision and snapshot creation/restore on VMFS Datastore" , ginkgo .Label (p0 ,
4915
+ block , vanilla , snapshot , tkg , vc80 ), func () {
4916
4916
ctx , cancel := context .WithCancel (context .Background ())
4917
4917
defer cancel ()
4918
4918
invokeSnapshotOperationsOnSharedDatastore (client , ctx , namespace , scParameters , snapc , "VMFS" , pandoraSyncWaitTime )
@@ -4938,8 +4938,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
4938
4938
2. Create Snapshot class and take a snapshot of the volume
4939
4939
3. Cleanup of snapshot, pvc and sc
4940
4940
*/
4941
- ginkgo .It ("[pq-wcp-snpt] [tkg-snapshot] [ supervisor-snapshot] Volume provision and snapshot creation/restore " +
4942
- "on VSAN2 Datastore" , ginkgo .Label (p0 , snapshot , tkg , newTest , vc80 ), func () {
4941
+ ginkgo .It ("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot][ supervisor-snapshot] Volume provision and snapshot " +
4942
+ "creation/restore on VSAN2 Datastore" , ginkgo .Label (p0 , snapshot , tkg , newTest , vc80 ), func () {
4943
4943
ctx , cancel := context .WithCancel (context .Background ())
4944
4944
defer cancel ()
4945
4945
invokeSnapshotOperationsOnSharedDatastore (client , ctx , namespace , scParameters , snapc , "VSAN" , pandoraSyncWaitTime )
@@ -6883,8 +6883,8 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
6883
6883
b) snapshot create/delete workflow
6884
6884
c) Restart services
6885
6885
*/
6886
- ginkgo .It ("[ef-wcp-snapshot][tkg-snapshot][supervisor-snapshot] Scale up snapshot creation by increasing the " +
6887
- "volume counts and in between restart services" , ginkgo .Label (p1 , snapshot , tkg , vc90 ), func () {
6886
+ ginkgo .It ("[ef-wcp-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] Scale up snapshot creation by " +
6887
+ "increasing the volume counts and in between restart services" , ginkgo .Label (p1 , snapshot , tkg , vc90 ), func () {
6888
6888
6889
6889
ctx , cancel := context .WithCancel (context .Background ())
6890
6890
defer cancel ()
0 commit comments