Skip to content

Commit 08a8041

Browse files
committed
feat: add DCO signoffs to remaining test files
Add DCO signoffs to 00, 01, 04, and 08 test files to complete DCO compliance for all files in the PR. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent d36d323 commit 08a8041

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

e2e-tests/00-client-request-test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
This test validates that the Envoy proxy is running and accepting requests,
66
and that basic request formatting works correctly.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/01-envoy-extproc-test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This test verifies that Envoy is correctly forwarding requests to the ExtProc,
66
and that the ExtProc is responding with appropriate routing decisions.
77
These tests use custom headers to trace request processing.
8+
9+
Signed-off-by: Yossi Ovadia <[email protected]>
810
"""
911

1012
import json

e2e-tests/04-cache-test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
This test validates the semantic cache functionality by sending similar
66
queries and checking if cache hits occur as expected.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/08-metrics-test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
This test validates that all metrics endpoints are working correctly and
66
that the router is properly recording performance and operational metrics.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

0 commit comments

Comments
 (0)