mirror of https://github.com/grpc/grpc-node.git
Enable path_matching and header_matching tests
This commit is contained in:
parent
a726265580
commit
fb8916cc6d
|
@ -53,7 +53,7 @@ GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weigh
|
|||
NODE_XDS_INTEROP_VERBOSITY=1 \
|
||||
GRPC_XDS_EXPERIMENTAL_ROUTING=true \
|
||||
python3 grpc/tools/run_tests/run_xds_tests.py \
|
||||
--test_case="all" \
|
||||
--test_case="all,path_matching,header_matching" \
|
||||
--project_id=grpc-testing \
|
||||
--source_image=projects/grpc-testing/global/images/xds-test-server-2 \
|
||||
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
||||
|
|
Loading…
Reference in New Issue