mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add debug statements for hurl
This commit is contained in:
parent
4a50bccb48
commit
4d9f56eae6
1 changed files with 5 additions and 1 deletions
|
|
@ -8,9 +8,13 @@ do
|
|||
echo "Running tests for $demo ..."
|
||||
echo "****************************************"
|
||||
cd ../../samples_python/$demo
|
||||
echo "starting archgw"
|
||||
archgw up arch_config.yaml
|
||||
docker compose up -d
|
||||
echo "starting docker containers"
|
||||
docker compose up -d 2>&1 > /dev/null
|
||||
echo "starting hurl tests"
|
||||
hurl --test hurl_tests
|
||||
echo "stopping docker containers and archgw"
|
||||
archgw down
|
||||
docker compose down -v
|
||||
cd ../../shared/test_runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue