Skip to content

Commit 70a021e

Browse files
committed
Add Istio report for 1.3.0
Signed-off-by: Keith Mattix II <[email protected]>
1 parent b7d2c57 commit 70a021e

File tree

2 files changed

+142
-0
lines changed

2 files changed

+142
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Istio
2+
3+
## Table of Contents
4+
5+
|API channel|Implementation version|Mode|Report|
6+
|-----------|----------------------|----|------|
7+
|x|[master](https://github.com/istio/istio)|x|[master report](./experimental-master-default-report.yaml)|
8+
9+
## Reproduce
10+
11+
Istio conformance tests can be reproduced by running `prow/integ-suite-kind.sh test.integration.pilot.kube` from within the [Istio repo](https://github.com/istio/istio).
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-05-19T17:08:24Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.3.0
5+
implementation:
6+
contact:
7+
- '@istio/maintainers'
8+
organization: istio
9+
project: istio
10+
url: https://istio.io/
11+
version: "1.27"
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 12
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 2
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayAddressEmpty
29+
- GatewayHTTPListenerIsolation
30+
- GatewayInfrastructurePropagation
31+
- GatewayPort8080
32+
- GatewayStaticAddresses
33+
name: GATEWAY-GRPC
34+
summary: Core tests succeeded. Extended tests succeeded.
35+
- core:
36+
result: success
37+
statistics:
38+
Failed: 0
39+
Passed: 33
40+
Skipped: 0
41+
extended:
42+
result: success
43+
statistics:
44+
Failed: 0
45+
Passed: 25
46+
Skipped: 0
47+
supportedFeatures:
48+
- GatewayAddressEmpty
49+
- GatewayHTTPListenerIsolation
50+
- GatewayInfrastructurePropagation
51+
- GatewayPort8080
52+
- GatewayStaticAddresses
53+
- HTTPRouteBackendProtocolH2C
54+
- HTTPRouteBackendProtocolWebSocket
55+
- HTTPRouteBackendRequestHeaderModification
56+
- HTTPRouteBackendTimeout
57+
- HTTPRouteDestinationPortMatching
58+
- HTTPRouteHostRewrite
59+
- HTTPRouteMethodMatching
60+
- HTTPRouteParentRefPort
61+
- HTTPRoutePathRedirect
62+
- HTTPRoutePathRewrite
63+
- HTTPRoutePortRedirect
64+
- HTTPRouteQueryParamMatching
65+
- HTTPRouteRequestMirror
66+
- HTTPRouteRequestMultipleMirrors
67+
- HTTPRouteRequestPercentageMirror
68+
- HTTPRouteRequestTimeout
69+
- HTTPRouteResponseHeaderModification
70+
- HTTPRouteSchemeRedirect
71+
name: GATEWAY-HTTP
72+
summary: Core tests succeeded. Extended tests succeeded.
73+
- core:
74+
result: success
75+
statistics:
76+
Failed: 0
77+
Passed: 11
78+
Skipped: 0
79+
extended:
80+
result: success
81+
statistics:
82+
Failed: 0
83+
Passed: 2
84+
Skipped: 0
85+
supportedFeatures:
86+
- GatewayAddressEmpty
87+
- GatewayHTTPListenerIsolation
88+
- GatewayInfrastructurePropagation
89+
- GatewayPort8080
90+
- GatewayStaticAddresses
91+
name: GATEWAY-TLS
92+
summary: Core tests succeeded. Extended tests succeeded.
93+
- core:
94+
result: success
95+
statistics:
96+
Failed: 0
97+
Passed: 2
98+
Skipped: 0
99+
extended:
100+
result: success
101+
statistics:
102+
Failed: 0
103+
Passed: 3
104+
Skipped: 0
105+
supportedFeatures:
106+
- HTTPRouteBackendProtocolH2C
107+
- HTTPRouteBackendProtocolWebSocket
108+
- HTTPRouteBackendRequestHeaderModification
109+
- HTTPRouteBackendTimeout
110+
- HTTPRouteDestinationPortMatching
111+
- HTTPRouteHostRewrite
112+
- HTTPRouteMethodMatching
113+
- HTTPRouteParentRefPort
114+
- HTTPRoutePathRedirect
115+
- HTTPRoutePathRewrite
116+
- HTTPRoutePortRedirect
117+
- HTTPRouteQueryParamMatching
118+
- HTTPRouteRequestMirror
119+
- HTTPRouteRequestMultipleMirrors
120+
- HTTPRouteRequestPercentageMirror
121+
- HTTPRouteRequestTimeout
122+
- HTTPRouteResponseHeaderModification
123+
- HTTPRouteSchemeRedirect
124+
- MeshConsumerRoute
125+
unsupportedFeatures:
126+
- MeshClusterIPMatching
127+
name: MESH-HTTP
128+
summary: Core tests succeeded. Extended tests succeeded.
129+
succeededProvisionalTests:
130+
- GatewayInfrastructure
131+
- HTTPRouteRequestPercentageMirror

0 commit comments

Comments
 (0)