Skip to content

Commit 793c3e7

Browse files
authored
adding wcp-vsan-stretch-vmsvc-tests to pq (#3627)
1 parent f85c5ff commit 793c3e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/e2e/vm_service_vsan_stretch_cluster.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
168168
11. Bring primary site up and wait for testbed to be back to normal.
169169
12. Delete all objects created in this test.
170170
*/
171-
ginkgo.It("VMService - primary site down",
171+
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - primary site down",
172172
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
173173
ctx, cancel := context.WithCancel(context.Background())
174174
defer cancel()
@@ -306,7 +306,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
306306
11.Bring secondary site up and wait for testbed to be back to normal.
307307
12.Delete all objects created in this test.
308308
*/
309-
ginkgo.It("VMService - secondary site down",
309+
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - secondary site down",
310310
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
311311
ctx, cancel := context.WithCancel(context.Background())
312312
defer cancel()
@@ -443,7 +443,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
443443
7. Bring primary site up and wait for testbed to be back to normal.
444444
8. Delete all objects created in the test.
445445
*/
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",
447447
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
448448
ctx, cancel := context.WithCancel(context.Background())
449449
defer cancel()
@@ -589,7 +589,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
589589
10.Bring secondary site up and wait for testbed to be back to normal.
590590
11.Delete all objects created in this test.
591591
*/
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",
593593
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
594594
ctx, cancel := context.WithCancel(context.Background())
595595
defer cancel()
@@ -735,7 +735,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
735735
10.Wait for psod timeout to be over and wait for testbed to be back to normal.
736736
11.Delete all objects created in this test.
737737
*/
738-
ginkgo.It("VMService - psod hosts on secondary site",
738+
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - psod hosts on secondary site",
739739
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
740740

741741
ctx, cancel := context.WithCancel(context.Background())
@@ -862,7 +862,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
862862
6. Bring primary site up and wait for testbed to be back to normal
863863
7. Delete all objects created in step 2 and 5
864864
*/
865-
ginkgo.It("VMService - witness failure",
865+
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - witness failure",
866866
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
867867
ctx, cancel := context.WithCancel(context.Background())
868868
defer cancel()
@@ -995,7 +995,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
995995
11. Re-establish primary site network and wait for testbed to be back to normal
996996
12. Delete all objects created in this test.
997997
*/
998-
ginkgo.It("VMService - Primary site network isolation",
998+
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - Primary site network isolation",
999999
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
10001000
ctx, cancel := context.WithCancel(context.Background())
10011001
defer cancel()

0 commit comments

Comments
 (0)