Commit 6833ac3
Fix DCM ingress tests to support IPv6-only clusters
Replace hardcoded 127.0.0.1 loopback address with dynamic detection
based on the router pod's IP family. On IPv6-only clusters, 127.0.0.1
is unavailable, so ::1 must be used instead. Also bracket the IPv6
address in the metrics curl URL via exutil.IPUrl().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f183253 commit 6833ac3
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
126 | 133 | | |
127 | 134 | | |
128 | 135 | | |
129 | 136 | | |
130 | 137 | | |
131 | | - | |
| 138 | + | |
132 | 139 | | |
133 | 140 | | |
134 | 141 | | |
| |||
521 | 528 | | |
522 | 529 | | |
523 | 530 | | |
524 | | - | |
| 531 | + | |
525 | 532 | | |
526 | 533 | | |
527 | 534 | | |
| |||
0 commit comments