@@ -150,8 +150,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
150
150
7. Cleanup all objects created during the test
151
151
*/
152
152
153
- ginkgo .It ("Update user credentials in vsphere config secret keeping password same " +
154
- "for both test users" , ginkgo .Label (p1 , vsphereConfigSecret , block , file , vanilla ), func () {
153
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Update user credentials in vsphere config secret " +
154
+ "keeping password same for both test users" , ginkgo .Label (p1 , vsphereConfigSecret , block , file , vanilla ), func () {
155
155
ctx , cancel := context .WithCancel (context .Background ())
156
156
defer cancel ()
157
157
@@ -249,8 +249,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
249
249
12. Cleanup all objects created during the test
250
250
*/
251
251
252
- ginkgo .It ("Change vcenter user password and restart csi controller pod" , ginkgo . Label ( p0 ,
253
- vsphereConfigSecret , block , file , vanilla ), func () {
252
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Change vcenter user password and restart " +
253
+ "csi controller pod" , ginkgo . Label ( p0 , vsphereConfigSecret , block , file , vanilla ), func () {
254
254
ctx , cancel := context .WithCancel (context .Background ())
255
255
defer cancel ()
256
256
testUser1NewPassword := "Admin!123"
@@ -406,8 +406,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
406
406
7. Cleanup all objects created during the test
407
407
*/
408
408
409
- ginkgo .It ("Update user credentials in vsphere config secret keeping password different for both test " +
410
- "users" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
409
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Update user credentials in vsphere config secret keeping " +
410
+ "password different for both test users" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
411
411
ctx , cancel := context .WithCancel (context .Background ())
412
412
defer cancel ()
413
413
@@ -503,7 +503,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
503
503
9. Cleanup all objects created during the test
504
504
*/
505
505
506
- ginkgo .It ("Change vcenter ip to hostname and viceversa in vsphere config " +
506
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Change vcenter ip to hostname and viceversa in vsphere config " +
507
507
"secret" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
508
508
ctx , cancel := context .WithCancel (context .Background ())
509
509
defer cancel ()
@@ -619,7 +619,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
619
619
9. Cleanup all objects created during the test
620
620
*/
621
621
622
- ginkgo .It ("Change vcenter user to wrong dummy user and later switch back to " +
622
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Change vcenter user to wrong dummy user and later switch back to " +
623
623
"correct one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
624
624
ctx , cancel := context .WithCancel (context .Background ())
625
625
defer cancel ()
@@ -748,8 +748,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
748
748
10. Cleanup all objects created during the test
749
749
*/
750
750
751
- ginkgo .It ("Add a user without adding required roles and privileges and switch back " +
752
- "to the correct one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
751
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Add a user without adding required roles and privileges " +
752
+ "and switch back to the correct one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
753
753
ctx , cancel := context .WithCancel (context .Background ())
754
754
defer cancel ()
755
755
@@ -869,7 +869,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
869
869
8. Cleanup all objects created during the test
870
870
*/
871
871
872
- ginkgo .It ("Add necessary roles and privileges to the user post CSI driver " +
872
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Add necessary roles and privileges to the user post CSI driver " +
873
873
"creation" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
874
874
ctx , cancel := context .WithCancel (context .Background ())
875
875
defer cancel ()
@@ -981,8 +981,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
981
981
10. Cleanup all objects created during the test
982
982
*/
983
983
984
- ginkgo .It ("Add wrong datacenter and switch back to the correct datacenter in vsphere " +
985
- "config secret file" , ginkgo .Label (p1 , vsphereConfigSecret , block , file , vanilla ), func () {
984
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Add wrong datacenter and switch back to the " +
985
+ "correct datacenter in vsphere config secret file" , ginkgo .Label (p1 , vsphereConfigSecret ,
986
+ block , file , vanilla ), func () {
986
987
987
988
ctx , cancel := context .WithCancel (context .Background ())
988
989
defer cancel ()
@@ -1107,7 +1108,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
1107
1108
9. Cleanup all objects created during the test
1108
1109
*/
1109
1110
1110
- ginkgo .It ("VC with Custom Port" , ginkgo .Label (p1 , vsphereConfigSecret , file , block , customPort ), func () {
1111
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] VC with Custom Port" , ginkgo .Label (p1 , vsphereConfigSecret ,
1112
+ file , block , customPort ), func () {
1111
1113
ctx , cancel := context .WithCancel (context .Background ())
1112
1114
defer cancel ()
1113
1115
defaultvCenterPort := "443"
@@ -1234,7 +1236,8 @@ var _ = ginkgo.Describe("Config-Secret", func() {
1234
1236
10. Cleanup all objects created during the test
1235
1237
*/
1236
1238
1237
- ginkgo .It ("Modify VC Port and validate the workloads" , ginkgo .Label (p1 , vsphereConfigSecret , file , block ,
1239
+ ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Modify VC Port and validate the workloads" , ginkgo .Label (p1 ,
1240
+ vsphereConfigSecret , file , block ,
1238
1241
customPort ), func () {
1239
1242
ctx , cancel := context .WithCancel (context .Background ())
1240
1243
defer cancel ()
0 commit comments