mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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
|
||||
|
||||
# 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
|
||||
echo "******************************************"
|
||||
echo "Running tests for $demo ..."
|
||||
echo "****************************************"
|
||||
cd ../../samples_python/$demo
|
||||
cd ../../$demo
|
||||
echo "starting archgw"
|
||||
archgw up arch_config.yaml
|
||||
echo "starting docker containers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue