@@ -163,8 +163,8 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
163
163
12. Perfrom cleanup: Delete Pods, volumes.
164
164
*/
165
165
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 () {
168
168
ctx , cancel := context .WithCancel (context .Background ())
169
169
defer cancel ()
170
170
@@ -373,7 +373,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
373
373
5. Perform cleanup by deleting the Pods, Volumes, and Namespace.
374
374
*/
375
375
376
- ginkgo .It ("Statefulset creation with zonal policy" , func () {
376
+ ginkgo .It ("[ef-vks-wldi] Statefulset creation with zonal policy" , func () {
377
377
ctx , cancel := context .WithCancel (context .Background ())
378
378
defer cancel ()
379
379
@@ -420,7 +420,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
420
420
8. Perform cleanup by deleting the Pods, Volumes, and Namespace.
421
421
*/
422
422
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 () {
424
424
ctx , cancel := context .WithCancel (context .Background ())
425
425
defer cancel ()
426
426
@@ -482,7 +482,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
482
482
7. Perform cleanup by deleting the Pods, Volumes, and Namespace.
483
483
*/
484
484
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 () {
486
486
ctx , cancel := context .WithCancel (context .Background ())
487
487
defer cancel ()
488
488
@@ -534,7 +534,7 @@ var _ bool = ginkgo.Describe("[tkg-domain-isolation] TKG-Management-Workload-Dom
534
534
5. Verify the StatefulSet Pod's node annotation. All Pods should come up on zone-3
535
535
6. Perform cleanup by deleting the Pods, Volumes, and Namespace.
536
536
*/
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 () {
538
538
ctx , cancel := context .WithCancel (context .Background ())
539
539
defer cancel ()
540
540
0 commit comments