Enable routing feature in xDS tests

This commit is contained in:
Michael Lumish 2021-03-01 13:03:13 -08:00
parent 2b451fdfba
commit f6505b50db
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver \
GRPC_NODE_VERBOSITY=DEBUG \
NODE_XDS_INTEROP_VERBOSITY=1 \
GRPC_XDS_EXPERIMENTAL_ROUTING=true \
python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all" \
--project_id=grpc-testing \