@@ -168,7 +168,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
168
168
11. Bring primary site up and wait for testbed to be back to normal.
169
169
12. Delete all objects created in this test.
170
170
*/
171
- ginkgo .It ("VMService - primary site down" ,
171
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService - primary site down" ,
172
172
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
173
173
ctx , cancel := context .WithCancel (context .Background ())
174
174
defer cancel ()
@@ -306,7 +306,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
306
306
11.Bring secondary site up and wait for testbed to be back to normal.
307
307
12.Delete all objects created in this test.
308
308
*/
309
- ginkgo .It ("VMService - secondary site down" ,
309
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService - secondary site down" ,
310
310
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
311
311
ctx , cancel := context .WithCancel (context .Background ())
312
312
defer cancel ()
@@ -443,7 +443,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
443
443
7. Bring primary site up and wait for testbed to be back to normal.
444
444
8. Delete all objects created in the test.
445
445
*/
446
- ginkgo .It ("VMService VM creation while primary site goes down" ,
446
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService VM creation while primary site goes down" ,
447
447
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
448
448
ctx , cancel := context .WithCancel (context .Background ())
449
449
defer cancel ()
@@ -589,7 +589,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
589
589
10.Bring secondary site up and wait for testbed to be back to normal.
590
590
11.Delete all objects created in this test.
591
591
*/
592
- ginkgo .It ("VMService VM deletion while secondary site goes down" ,
592
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService VM deletion while secondary site goes down" ,
593
593
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
594
594
ctx , cancel := context .WithCancel (context .Background ())
595
595
defer cancel ()
@@ -735,7 +735,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
735
735
10.Wait for psod timeout to be over and wait for testbed to be back to normal.
736
736
11.Delete all objects created in this test.
737
737
*/
738
- ginkgo .It ("VMService - psod hosts on secondary site" ,
738
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService - psod hosts on secondary site" ,
739
739
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
740
740
741
741
ctx , cancel := context .WithCancel (context .Background ())
@@ -862,7 +862,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
862
862
6. Bring primary site up and wait for testbed to be back to normal
863
863
7. Delete all objects created in step 2 and 5
864
864
*/
865
- ginkgo .It ("VMService - witness failure" ,
865
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService - witness failure" ,
866
866
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
867
867
ctx , cancel := context .WithCancel (context .Background ())
868
868
defer cancel ()
@@ -995,7 +995,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
995
995
11. Re-establish primary site network and wait for testbed to be back to normal
996
996
12. Delete all objects created in this test.
997
997
*/
998
- ginkgo .It ("VMService - Primary site network isolation" ,
998
+ ginkgo .It ("[pq-vmsvc-vsanstretch] VMService - Primary site network isolation" ,
999
999
ginkgo .Label (p0 , vmsvc , vsanStretch , block , wcp ), func () {
1000
1000
ctx , cancel := context .WithCancel (context .Background ())
1001
1001
defer cancel ()
0 commit comments