mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
add test for preference based routing
This commit is contained in:
parent
07321a1900
commit
62c0448be4
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# for demo in currency_exchange hr_agent
|
# for demo in currency_exchange hr_agent
|
||||||
for demo in currency_exchange
|
for demo in samples_python/currency_exchange use_cases/preference_based_routing
|
||||||
do
|
do
|
||||||
echo "******************************************"
|
echo "******************************************"
|
||||||
echo "Running tests for $demo ..."
|
echo "Running tests for $demo ..."
|
||||||
echo "****************************************"
|
echo "****************************************"
|
||||||
cd ../../samples_python/$demo
|
cd ../../$demo
|
||||||
echo "starting archgw"
|
echo "starting archgw"
|
||||||
archgw up arch_config.yaml
|
archgw up arch_config.yaml
|
||||||
echo "starting docker containers"
|
echo "starting docker containers"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue