Skip to content

Commit d36d323

Browse files
committed
feat: add DCO signoffs to all test files and status report
Signed-off-by: Yossi Ovadia <[email protected]>
1 parent f406747 commit d36d323

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

e2e-tests/02-router-classification-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 router's ability to classify different types of queries
66
and select the appropriate model based on the content.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/03-jailbreak-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 router's ability to detect and block jailbreak attempts
66
while allowing benign requests to pass through normally.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/05-pii-policy-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 router's ability to detect PII in requests and enforce
66
model-specific PII policies correctly.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/06-tools-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 router's ability to automatically select appropriate tools
66
based on request content using semantic similarity matching.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/07-model-selection-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 router's ability to select appropriate models based on
66
content categories and configured scoring rules.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/09-error-handling-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 router's ability to handle various error conditions,
66
malformed requests, and edge cases gracefully.
7+
8+
Signed-off-by: Yossi Ovadia <[email protected]>
79
"""
810

911
import json

e2e-tests/TEST_STATUS_REPORT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# E2E Test Status Report
22
*Generated: 2024-09-18*
33

4+
<!-- Signed-off-by: Yossi Ovadia <[email protected]> -->
5+
46
## **PASSING TESTS**
57

68
**00-client-request-test.py** - Basic client connectivity and request/response validation

0 commit comments

Comments
 (0)