@@ -150,8 +150,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
150150 7. Cleanup all objects created during the test
151151 */
152152
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 () {
153+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
154+ "[pq-n2-vanilla-block] Update user credentials in vsphere config secret keeping password same for both test" +
155+ " users" , ginkgo .Label (p1 , vsphereConfigSecret , block , file , vanilla ), func () {
155156 ctx , cancel := context .WithCancel (context .Background ())
156157 defer cancel ()
157158
@@ -249,8 +250,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
249250 12. Cleanup all objects created during the test
250251 */
251252
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 () {
253+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
254+ "[pq-n2-vanilla-block] Change vcenter user password and restart csi controller pod" , ginkgo .Label (p0 ,
255+ vsphereConfigSecret , block , file , vanilla ), func () {
254256 ctx , cancel := context .WithCancel (context .Background ())
255257 defer cancel ()
256258 testUser1NewPassword := "Admin!123"
@@ -406,8 +408,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
406408 7. Cleanup all objects created during the test
407409 */
408410
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+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
412+ "[pq-n2-vanilla-block] Update user credentials in vsphere config secret keeping password different for both" +
413+ " test users" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
411414 ctx , cancel := context .WithCancel (context .Background ())
412415 defer cancel ()
413416
@@ -503,8 +506,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
503506 9. Cleanup all objects created during the test
504507 */
505508
506- ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Change vcenter ip to hostname and viceversa in vsphere config " +
507- "secret" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
509+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
510+ "[pq-n2-vanilla-block] Change vcenter ip to hostname and viceversa in vsphere config secret" , ginkgo .Label (p0 ,
511+ vsphereConfigSecret , block , file , vanilla ), func () {
508512 ctx , cancel := context .WithCancel (context .Background ())
509513 defer cancel ()
510514
@@ -619,8 +623,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
619623 9. Cleanup all objects created during the test
620624 */
621625
622- ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Change vcenter user to wrong dummy user and later switch back to " +
623- "correct one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
626+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
627+ "[pq-n2-vanilla-block] Change vcenter user to wrong dummy user and later switch back to correct" +
628+ " one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
624629 ctx , cancel := context .WithCancel (context .Background ())
625630 defer cancel ()
626631 dummyTestUser := "[email protected] " @@ -748,8 +753,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
748753 10. Cleanup all objects created during the test
749754 */
750755
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 () {
756+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
757+ "[pq-n2-vanilla-block] Add a user without adding required roles and privileges and switch back to the correct" +
758+ " one" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
753759 ctx , cancel := context .WithCancel (context .Background ())
754760 defer cancel ()
755761
@@ -869,8 +875,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
869875 8. Cleanup all objects created during the test
870876 */
871877
872- ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Add necessary roles and privileges to the user post CSI driver " +
873- "creation" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
878+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
879+ "[pq-n2-vanilla-block] Add necessary roles and privileges to the user post CSI driver" +
880+ " creation" , ginkgo .Label (p0 , vsphereConfigSecret , block , file , vanilla ), func () {
874881 ctx , cancel := context .WithCancel (context .Background ())
875882 defer cancel ()
876883
@@ -981,10 +988,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
981988 10. Cleanup all objects created during the test
982989 */
983990
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 () {
987-
991+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
992+ "[pq-n2-vanilla-block] Add wrong datacenter and switch back to the correct datacenter in vsphere config" +
993+ " secret file" , ginkgo .Label (p1 , vsphereConfigSecret , block , file , vanilla ), func () {
988994 ctx , cancel := context .WithCancel (context .Background ())
989995 defer cancel ()
990996 dummyDataCenter := "Dummy-Data-Center"
@@ -1108,8 +1114,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
11081114 9. Cleanup all objects created during the test
11091115 */
11101116
1111- ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] VC with Custom Port" , ginkgo .Label (p1 , vsphereConfigSecret ,
1112- file , block , customPort ), func () {
1117+ ginkgo .It ("[pq-vanilla-file][pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block]" +
1118+ "[pq-n2-vanilla-block] " +
1119+ "VC with Custom Port" , ginkgo .Label (p1 , vsphereConfigSecret , file , block , customPort ), func () {
11131120 ctx , cancel := context .WithCancel (context .Background ())
11141121 defer cancel ()
11151122 defaultvCenterPort := "443"
@@ -1236,9 +1243,9 @@ var _ = ginkgo.Describe("Config-Secret", func() {
12361243 10. Cleanup all objects created during the test
12371244 */
12381245
1239- ginkgo .It ("[pq-vanilla-file][pq-vanilla-block] Modify VC Port and validate the workloads" , ginkgo . Label ( p1 ,
1240- vsphereConfigSecret , file , block ,
1241- customPort ), func () {
1246+ ginkgo .It ("[pq-vanilla-file][pq-n1- vanilla-file][pq-n2-vanilla-file][pq-vanilla- block][pq-n1-vanilla-block]" +
1247+ "[pq-n2-vanilla-block] Modify VC Port and validate the workloads" , ginkgo . Label ( p1 ,
1248+ vsphereConfigSecret , file , block , customPort ), func () {
12421249 ctx , cancel := context .WithCancel (context .Background ())
12431250 defer cancel ()
12441251 dummyvCenterPort := "4444"
0 commit comments