add test for preference based routing

This commit is contained in:
Adil Hafeez 2025-05-14 23:23:21 -07:00
parent 07321a1900
commit 62c0448be4
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

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