Skip to content

Commit b5d0dc9

Browse files
howardjohnmikemorrisarkodg
authored
Add Istio 1.2 conformance report (#3399)
* Add Istio 1.2 conformance report * Update conformance/reports/v1.2.0/istio-istio/README.md Co-authored-by: Mike Morris <[email protected]> * Update conformance/reports/v1.2.0/istio-istio/experimental-1.24-default-report.yaml Co-authored-by: Arko Dasgupta <[email protected]> * Update conformance/reports/v1.2.0/istio-istio/experimental-1.24-default-report.yaml Co-authored-by: Mike Morris <[email protected]> --------- Co-authored-by: Mike Morris <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]>
1 parent 9de5ed4 commit b5d0dc9

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-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|[1.24](https://github.com/istio/istio/releases/tag/1.24.0-alpha.0)|x|[link](./experimental-1.24-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: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2024-10-20T03:00:03Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.2.0
5+
implementation:
6+
contact:
7+
- '@istio/maintainers'
8+
organization: istio
9+
project: istio
10+
url: https://istio.io/
11+
version: 1.24.0-alpha.0
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+
- GatewayHTTPListenerIsolation
29+
- GatewayInfrastructurePropagation
30+
- GatewayPort8080
31+
- GatewayStaticAddresses
32+
name: GATEWAY-GRPC
33+
summary: Core tests succeeded. Extended tests succeeded.
34+
- core:
35+
result: success
36+
statistics:
37+
Failed: 0
38+
Passed: 33
39+
Skipped: 0
40+
extended:
41+
result: success
42+
statistics:
43+
Failed: 0
44+
Passed: 23
45+
Skipped: 0
46+
supportedFeatures:
47+
- GatewayHTTPListenerIsolation
48+
- GatewayInfrastructurePropagation
49+
- GatewayPort8080
50+
- GatewayStaticAddresses
51+
- HTTPRouteBackendProtocolH2C
52+
- HTTPRouteBackendProtocolWebSocket
53+
- HTTPRouteBackendRequestHeaderModification
54+
- HTTPRouteBackendTimeout
55+
- HTTPRouteDestinationPortMatching
56+
- HTTPRouteHostRewrite
57+
- HTTPRouteMethodMatching
58+
- HTTPRouteParentRefPort
59+
- HTTPRoutePathRedirect
60+
- HTTPRoutePathRewrite
61+
- HTTPRoutePortRedirect
62+
- HTTPRouteQueryParamMatching
63+
- HTTPRouteRequestMirror
64+
- HTTPRouteRequestMultipleMirrors
65+
- HTTPRouteRequestTimeout
66+
- HTTPRouteResponseHeaderModification
67+
- HTTPRouteSchemeRedirect
68+
name: GATEWAY-HTTP
69+
summary: Core tests succeeded. Extended tests succeeded.
70+
- core:
71+
result: success
72+
statistics:
73+
Failed: 0
74+
Passed: 11
75+
Skipped: 0
76+
extended:
77+
result: success
78+
statistics:
79+
Failed: 0
80+
Passed: 2
81+
Skipped: 0
82+
supportedFeatures:
83+
- GatewayHTTPListenerIsolation
84+
- GatewayInfrastructurePropagation
85+
- GatewayPort8080
86+
- GatewayStaticAddresses
87+
name: GATEWAY-TLS
88+
summary: Core tests succeeded. Extended tests succeeded.
89+
- core:
90+
result: success
91+
statistics:
92+
Failed: 0
93+
Passed: 2
94+
Skipped: 0
95+
extended:
96+
result: success
97+
statistics:
98+
Failed: 0
99+
Passed: 3
100+
Skipped: 0
101+
supportedFeatures:
102+
- HTTPRouteBackendProtocolH2C
103+
- HTTPRouteBackendProtocolWebSocket
104+
- HTTPRouteBackendRequestHeaderModification
105+
- HTTPRouteBackendTimeout
106+
- HTTPRouteDestinationPortMatching
107+
- HTTPRouteHostRewrite
108+
- HTTPRouteMethodMatching
109+
- HTTPRouteParentRefPort
110+
- HTTPRoutePathRedirect
111+
- HTTPRoutePathRewrite
112+
- HTTPRoutePortRedirect
113+
- HTTPRouteQueryParamMatching
114+
- HTTPRouteRequestMirror
115+
- HTTPRouteRequestMultipleMirrors
116+
- HTTPRouteRequestTimeout
117+
- HTTPRouteResponseHeaderModification
118+
- HTTPRouteSchemeRedirect
119+
- MeshConsumerRoute
120+
unsupportedFeatures:
121+
- MeshClusterIPMatching
122+
name: MESH-HTTP
123+
summary: Core tests succeeded. Extended tests succeeded.
124+
succeededProvisionalTests:
125+
- GatewayInfrastructure

0 commit comments

Comments
 (0)