Skip to content

Commit bdfa7c9

Browse files
committed
fixes
1 parent 802d9fb commit bdfa7c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/e2e/mgmt_wrkld_domain_isolation_tkg.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
163163
12. Perfrom cleanup: Delete Pods, volumes.
164164
*/
165165

166-
ginkgo.It("Dynamic and Pre-Provisioned snapshot creation with removal of zones from the namespace", ginkgo.Label(
167-
p0, wldi, snapshot, vc90), func() {
166+
ginkgo.It("[ef-vks-wldi] Dynamic and Pre-Provisioned snapshot creation with removal of zones "+
167+
"from the namespace", ginkgo.Label(p0, wldi, snapshot, vc90), func() {
168168
ctx, cancel := context.WithCancel(context.Background())
169169
defer cancel()
170170

@@ -373,7 +373,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
373373
5. Perform cleanup by deleting the Pods, Volumes, and Namespace.
374374
*/
375375

376-
ginkgo.It("Statefulset creation with zonal policy", func() {
376+
ginkgo.It("[ef-vks-wldi] Statefulset creation with zonal policy", func() {
377377
ctx, cancel := context.WithCancel(context.Background())
378378
defer cancel()
379379

@@ -420,7 +420,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
420420
8. Perform cleanup by deleting the Pods, Volumes, and Namespace.
421421
*/
422422

423-
ginkgo.It("Workload creation by setting requested allowed topology", func() {
423+
ginkgo.It("[ef-vks-wldi] Workload creation by setting requested allowed topology", func() {
424424
ctx, cancel := context.WithCancel(context.Background())
425425
defer cancel()
426426

@@ -482,7 +482,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
482482
7. Perform cleanup by deleting the Pods, Volumes, and Namespace.
483483
*/
484484

485-
ginkgo.It("Create a statefulset with Node Selector Terms.", func() {
485+
ginkgo.It("[ef-vks-wldi] Create a statefulset with Node Selector Terms.", func() {
486486
ctx, cancel := context.WithCancel(context.Background())
487487
defer cancel()
488488

@@ -534,7 +534,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
534534
5. Verify the StatefulSet Pod's node annotation. All Pods should come up on zone-3
535535
6. Perform cleanup by deleting the Pods, Volumes, and Namespace.
536536
*/
537-
ginkgo.It("Create a statefulset with Node Selector Terms and WFFC binding", func() {
537+
ginkgo.It("[ef-vks-wldi] Create a statefulset with Node Selector Terms and WFFC binding", func() {
538538
ctx, cancel := context.WithCancel(context.Background())
539539
defer cancel()
540540

0 commit comments

Comments
 (0)