mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
add --docker flag to E2E tests and demo scripts
This commit is contained in:
parent
9d223d54f9
commit
53d11ae235
14 changed files with 35 additions and 35 deletions
|
|
@ -36,8 +36,8 @@ uv sync
|
|||
# Start gateway with model alias routing config
|
||||
log "startup plano gateway with model alias routing demo"
|
||||
cd ../../
|
||||
planoai down || true
|
||||
planoai up demos/llm_routing/model_alias_routing/config_with_aliases.yaml
|
||||
planoai down --docker || true
|
||||
planoai up --docker demos/llm_routing/model_alias_routing/config_with_aliases.yaml
|
||||
cd -
|
||||
|
||||
# Run both test suites that share this config in a single pytest invocation
|
||||
|
|
@ -46,4 +46,4 @@ uv run pytest -n auto test_model_alias_routing.py test_openai_responses_api_clie
|
|||
|
||||
# Cleanup
|
||||
log "shutting down"
|
||||
planoai down || true
|
||||
planoai down --docker || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue