mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix demos
This commit is contained in:
parent
f17b899937
commit
b1f30acd7b
1 changed files with 3 additions and 3 deletions
|
|
@ -7,12 +7,12 @@ do
|
|||
echo "******************************************"
|
||||
echo "Running tests for $demo ..."
|
||||
echo "****************************************"
|
||||
cd ../../$demo
|
||||
cd ../../samples_python/$demo
|
||||
archgw up arch_config.yaml
|
||||
docker compose up -d
|
||||
cd ../shared/test_runner
|
||||
TEST_DATA=../../$demo/test_data.yaml poetry run pytest
|
||||
cd ../../$demo
|
||||
TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest
|
||||
cd ../../samples_python/$demo
|
||||
archgw down
|
||||
docker compose down -v
|
||||
cd ../shared/test_runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue