Commit b8a3632
committed
feat: generate unique namespace names for UDN tests
Fix namespace creation issue in UDN tests by generating unique namespace names instead of reusing existing test namespace. Previously, the CreateNamespaceUDN function would fail with "namespace already exists" errors because it was using the existing test namespace name. Now it generates a unique name using SimpleNameGenerator and sets it as the current namespace before creation. Also made the user-defined network label value empty to match test requirements.1 parent 8fe50c0 commit b8a3632
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | | - | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | | - | |
| 84 | + | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
| |||
0 commit comments