mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
only test currency exchange in demo test (#348)
This commit is contained in:
parent
ba7279becb
commit
8407edae99
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
for demo in currency_exchange hr_agent
|
# for demo in currency_exchange hr_agent
|
||||||
|
for demo in currency_exchange
|
||||||
do
|
do
|
||||||
echo "******************************************"
|
echo "******************************************"
|
||||||
echo "Running tests for $demo ..."
|
echo "Running tests for $demo ..."
|
||||||
|
|
@ -12,7 +13,7 @@ do
|
||||||
cd ../test_runner
|
cd ../test_runner
|
||||||
TEST_DATA=../$demo/test_data.yaml poetry run pytest
|
TEST_DATA=../$demo/test_data.yaml poetry run pytest
|
||||||
cd ../$demo
|
cd ../$demo
|
||||||
docker compose down -v
|
|
||||||
archgw down
|
archgw down
|
||||||
|
docker compose down -v
|
||||||
cd ../test_runner
|
cd ../test_runner
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue