Skip to content

Commit aefb78a

Browse files
committed
Update e2e test config
1 parent 40595e0 commit aefb78a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

test/e2e/epp/e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ var _ = ginkgo.Describe("InferencePool", func() {
9494
func newInferenceModel(ns string) *v1alpha2.InferenceModel {
9595
targets := []v1alpha2.TargetModel{
9696
{
97-
Name: modelName + "-0",
97+
Name: modelName,
9898
Weight: ptr.To(int32(50)),
9999
},
100100
{
101-
Name: modelName + "-1",
101+
Name: "cad-fabricator",
102102
Weight: ptr.To(int32(50)),
103103
},
104104
}

test/testdata/envoy.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ data:
104104
timeout: 10s
105105
processing_mode:
106106
request_header_mode: SEND
107-
response_header_mode: SKIP
108-
request_body_mode: BUFFERED
109-
request_trailer_mode: SKIP
110-
response_trailer_mode: SKIP
107+
response_header_mode: SEND
108+
request_body_mode: FULL_DUPLEX_STREAMED
109+
response_body_mode: FULL_DUPLEX_STREAMED
110+
request_trailer_mode: SEND
111+
response_trailer_mode: SEND
111112
message_timeout: 1000s
112113
# Mark it as disabled if needed for troubleshooting:
113114
# disabled: true
@@ -221,7 +222,7 @@ spec:
221222
spec:
222223
containers:
223224
- name: envoy
224-
image: docker.io/envoyproxy/envoy:distroless-v1.32.2
225+
image: docker.io/envoyproxy/envoy:distroless-v1.33.2
225226
args:
226227
- "--service-cluster"
227228
- "default/inference-gateway"

0 commit comments

Comments
 (0)