You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/README.md
+42-5Lines changed: 42 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,14 +522,21 @@ See `profiles/ai-gateway/` for a complete example.
522
522
523
523
### Istio Profile
524
524
525
-
The Istio profile tests Semantic Router deployment and functionality in an Istio service mesh environment.
525
+
The Istio profile tests Semantic Router deployment and functionality in an Istio service mesh environment. It validates both Istio-specific features (sidecars, mTLS, tracing) and general Semantic Router functionality through Istio Gateway + VirtualService routing.
@@ -553,13 +560,35 @@ The Istio profile tests Semantic Router deployment and functionality in an Istio
553
560
554
561
**Test Cases:**
555
562
563
+
**Istio-Specific Tests (4):**
564
+
556
565
| Test Case | Description | What it Validates |
557
566
|-----------|-------------|-------------------|
558
567
|`istio-sidecar-health-check`| Verify Envoy sidecar injection | - Istio-proxy container exists<br>- Sidecar is healthy and ready<br>- Namespace has `istio-injection=enabled` label |
559
568
|`istio-traffic-routing`| Test routing through Istio gateway | - Gateway and VirtualService exist<br>- Requests route correctly to Semantic Router<br>- Istio/Envoy headers present in responses |
0 commit comments