[router] Improve the router e2e tests (#10102)

This commit is contained in:
Keyang Ru
2025-09-06 16:19:28 -07:00
committed by GitHub
parent b3e7a2cee4
commit 9eb50ecc9c
8 changed files with 422 additions and 1120 deletions

View File

@@ -105,11 +105,11 @@ jobs:
pip install fastapi uvicorn orjson
pytest -q -m integration
- name: Run e2e test
- name: Run Python E2E tests
run: |
bash scripts/killall_sglang.sh "nuk_gpus"
cd sgl-router/py_test
python3 run_suite.py
cd sgl-router
pytest -m e2e -s -vv -o log_cli=true --log-cli-level=INFO
finish:
needs: [unit-test-rust, e2e-python]