From ea2dd85bf1c56208afb0a60e0a4e8fb85185fdbf Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 9 Jun 2025 14:48:41 -0700 Subject: [PATCH] fix model server testts --- arch/envoy.template.yaml | 2 +- tests/e2e/run_e2e_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/envoy.template.yaml b/arch/envoy.template.yaml index 5d5e9215..151c9b3f 100644 --- a/arch/envoy.template.yaml +++ b/arch/envoy.template.yaml @@ -684,7 +684,7 @@ static_resources: - endpoint: address: socket_address: - address: 0.0.0.0 + address: host.docker.internal port_value: $MODEL_SERVER_PORT hostname: {{ internal_cluster }} {% endfor %} diff --git a/tests/e2e/run_e2e_tests.sh b/tests/e2e/run_e2e_tests.sh index c87af4f8..5e6b6dbc 100644 --- a/tests/e2e/run_e2e_tests.sh +++ b/tests/e2e/run_e2e_tests.sh @@ -24,7 +24,7 @@ trap 'print_debug' INT TERM ERR log starting > ../build.log -log building and running function_callling demo +log building and running function_calling demo log =========================================== cd ../../demos/samples_python/weather_forecast/ docker compose up weather_forecast_service --build -d