fix demos

This commit is contained in:
Adil Hafeez 2025-02-07 17:47:56 -08:00
parent f17b899937
commit b1f30acd7b
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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