Commit 25dde98
committed
gatewayapi-conformance.sh: Shorten gatewayclass
Shorten the name of the gatewayclass that the conformance tests use in order to
avoid errors creating the service, which is named based on the gateway's and
gatewayclasses's names:
Invalid value: "http-listener-isolation-with-hostname-intersection-gateway-conformance": must be no more than 63 characters
This failure is from the GatewayHTTPListenerIsolation test. We do not currently
run this test by default. This commit shortens the gatewayclass name in
preparation for enabling the test in the future.
* hack/gatewayapi-conformance.sh: Shorten the gatewayclass name.1 parent 0aeb2d3 commit 25dde98
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
0 commit comments