From 40e623c7a59df7dc3ac28589f0a83a80160ffbb5 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 18 Mar 2021 10:58:25 -0700 Subject: [PATCH] Enable path_matching and header_matching xDS interop tests --- packages/grpc-js-xds/scripts/xds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js-xds/scripts/xds.sh b/packages/grpc-js-xds/scripts/xds.sh index d76eaf4f..30801797 100644 --- a/packages/grpc-js-xds/scripts/xds.sh +++ b/packages/grpc-js-xds/scripts/xds.sh @@ -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 \