Skip to content

Commit f2e6def

Browse files
committed
Use unique Listener hostnames in modify listeners tests
Not all implementations can support multiple Gateways with identical Listeners. This change ensure implmenetations that do not create separate control/data planes per Gateway and that do not merge Gateways can run this test. Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent e3bc718 commit f2e6def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/gateway-modify-listeners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: https
4747
port: 443
4848
protocol: HTTPS
49-
hostname: "secure.test.com"
49+
hostname: "other-secure.test.com"
5050
allowedRoutes:
5151
namespaces:
5252
from: All

0 commit comments

Comments
 (0)