@@ -244,8 +244,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
244
244
13. Cleanup: Delete PVC, SC (validate they are removed)
245
245
*/
246
246
247
- ginkgo .It ("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot] [supervisor-snapshot] Verify snapshot dynamic " +
248
- "provisioning workflow" , ginkgo .Label (p0 , block , tkg , vanilla , wcp , snapshot , stable , vc90 ), func () {
247
+ ginkgo .It ("[cf-wcp] [cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
248
+ " Verify snapshot dynamic provisioning workflow" , ginkgo .Label (p0 , block , tkg ,
249
+ vanilla , wcp , snapshot , stable , vc90 ), func () {
249
250
ctx , cancel := context .WithCancel (context .Background ())
250
251
defer cancel ()
251
252
@@ -358,7 +359,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
358
359
volume snapshot as the policy is delete
359
360
10. Cleanup the pvc
360
361
*/
361
- ginkgo .It ("[block-vanilla-snapshot] Verify snapshot static provisioning through K8s " +
362
+ ginkgo .It ("[block-vanilla-snapshot][cf-vanilla-block] Verify snapshot static provisioning through K8s " +
362
363
"API workflow" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , vc80 ), func () {
363
364
364
365
ctx , cancel := context .WithCancel (context .Background ())
@@ -660,7 +661,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
660
661
12. Delete volume snapshot content 2
661
662
13. Cleanup the pvc, volume snapshot class and storage class
662
663
*/
663
- ginkgo .It ("[block-vanilla-snapshot] Verify snapshot static provisioning with " +
664
+ ginkgo .It ("[block-vanilla-snapshot][cf-vanilla-block] Verify snapshot static provisioning with " +
664
665
"deletion policy Retain" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , vc80 ), func () {
665
666
666
667
ctx , cancel := context .WithCancel (context .Background ())
@@ -988,7 +989,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
988
989
10. Run cleanup: Delete snapshots, restored-volumes, pods
989
990
*/
990
991
991
- ginkgo .It ("[block-vanilla-snapshot] Volume restore using snapshot a dynamic snapshot b " +
992
+ ginkgo .It ("[block-vanilla-snapshot][cf-vanilla-block] Volume restore using snapshot a dynamic snapshot b " +
992
993
"pre-provisioned snapshot" , ginkgo .Label (p0 , block , vanilla , snapshot , stable , vc80 ), func () {
993
994
994
995
ctx , cancel := context .WithCancel (context .Background ())
@@ -1329,8 +1330,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
1329
1330
16. Query the snapshot from CNS side - it shouldn't be available
1330
1331
17. Delete SC and VolumeSnapshotClass
1331
1332
*/
1332
- ginkgo .It ("[cf-vks] [block-vanilla-snapshot] [tkg-snapshot] Volume snapshot creation and restoration workflow " +
1333
- "with xfs filesystem" , ginkgo .Label (p0 , block , vanilla , tkg , snapshot , stable , vc80 ), func () {
1333
+ ginkgo .It ("[cf-vks][cf-vanilla-block][block-vanilla-snapshot][tkg-snapshot] Volume snapshot " +
1334
+ "creation and restoration workflow with xfs filesystem" , ginkgo .Label (p0 , block ,
1335
+ vanilla , tkg , snapshot , stable , vc80 ), func () {
1334
1336
1335
1337
ctx , cancel := context .WithCancel (context .Background ())
1336
1338
defer cancel ()
@@ -1526,9 +1528,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
1526
1528
while the source pvc was created usig thin provisioned psp-operatorlicy
1527
1529
6. cleanup spbm policies, sc's, pvc's
1528
1530
*/
1529
- ginkgo .It ("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot] [supervisor-snapshot] Volume " +
1530
- "restore using snapshot on a different " +
1531
- "storageclass" , ginkgo . Label ( p0 , block , vanilla , wcp , snapshot , tkg , stable , vc90 ), func () {
1531
+ ginkgo .It ("[cf-wcp] [cf-vanilla- block][block -vanilla-snapshot][tkg-snapshot] [supervisor-snapshot]" +
1532
+ " Volume restore using snapshot on a different storageclass" , ginkgo . Label ( p0 , block , vanilla ,
1533
+ wcp , snapshot , tkg , stable , vc90 ), func () {
1532
1534
1533
1535
ctx , cancel := context .WithCancel (context .Background ())
1534
1536
defer cancel ()
@@ -1665,9 +1667,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
1665
1667
8. Ensure the pvc with source as snapshot creates successfully and is bound
1666
1668
9. Cleanup the snapshot, pvcs and ns
1667
1669
*/
1668
- ginkgo .It ("[block-vanilla-snapshot][tkg-snapshot] Delete the namespace hosting the pvcs and " +
1669
- "volume-snapshots and recover the data " +
1670
- "using snapshot-content" , ginkgo . Label ( p0 , block , vanilla , snapshot , tkg , stable , vc80 ), func () {
1670
+ ginkgo .It ("[block-vanilla-snapshot][cf-vanilla-block][ tkg-snapshot] Delete the namespace hosting the pvcs and " +
1671
+ "volume-snapshots and recover the data using snapshot-content" , ginkgo . Label ( p0 , block ,
1672
+ vanilla , snapshot , tkg , stable , vc80 ), func () {
1671
1673
1672
1674
ctx , cancel := context .WithCancel (context .Background ())
1673
1675
defer cancel ()
@@ -2038,8 +2040,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
2038
2040
3. Validate the fields after snapshot creation succeeds (snapshotClass, retentionPolicy)
2039
2041
*/
2040
2042
2041
- ginkgo .It ("[cf-wcp] [block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Create snapshots using default " +
2042
- "VolumeSnapshotClass" , ginkgo .Label (p0 , block , vanilla , snapshot , wcp , tkg , vc90 ), func () {
2043
+ ginkgo .It ("[cf-wcp][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]" +
2044
+ " Create snapshots using default VolumeSnapshotClass" , ginkgo .Label (p0 , block ,
2045
+ vanilla , snapshot , wcp , tkg , vc90 ), func () {
2043
2046
2044
2047
ctx , cancel := context .WithCancel (context .Background ())
2045
2048
defer cancel ()
@@ -3028,8 +3031,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3028
3031
7. Cleanup dep-1 pv snapshots and pvs, delete dep-2
3029
3032
*/
3030
3033
3031
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Snapshot workflow for " +
3032
- "deployments" , ginkgo .Label (p0 , block , vanilla , tkg , snapshot , wcp , stable , vc80 ), func () {
3034
+ ginkgo .It ("[ef-wcp-snapshot][cf-vanilla-block][block-vanilla-snapshot] [tkg-snapshot]" +
3035
+ "[supervisor-snapshot] Snapshot workflow for deployments" , ginkgo .Label (p0 , block ,
3036
+ vanilla , tkg , snapshot , wcp , stable , vc80 ), func () {
3033
3037
3034
3038
ctx , cancel := context .WithCancel (context .Background ())
3035
3039
defer cancel ()
@@ -3174,9 +3178,9 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
3174
3178
6. Run resize and it should succeed
3175
3179
7. Cleanup the pvc
3176
3180
*/
3177
- ginkgo .It ("[ef-wcp-snapshot][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] Volume offline " +
3178
- "resize of a volume having snapshots" , ginkgo .Label (p0 , block , vanilla , tkg , snapshot , stable , wcp ,
3179
- negative , vc90 ), func () {
3181
+ ginkgo .It ("[ef-wcp-snapshot][cf-vanilla- block][block -vanilla-snapshot] [tkg-snapshot]" +
3182
+ "[supervisor-snapshot] Volume offline resize of a volume having snapshots" , ginkgo .Label (p0 , block ,
3183
+ vanilla , tkg , snapshot , stable , wcp , negative , vc90 ), func () {
3180
3184
3181
3185
ctx , cancel := context .WithCancel (context .Background ())
3182
3186
defer cancel ()
0 commit comments