interop-testing: add path_matching and header_matching (#7254)

This commit is contained in:
Menghan Li 2020-07-28 14:07:43 -07:00 committed by GitHub
parent 4fbe6bef7d
commit d2182fe197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -30,11 +30,14 @@ JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.pro
python3 grpc/tools/run_tests/run_xds_tests.py \ python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all,path_matching,header_matching" \ --test_case="all,path_matching,header_matching" \
--project_id=grpc-testing \ --project_id=grpc-testing \
--source_image=projects/grpc-testing/global/images/xds-test-server \ --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 \ --path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
--gcp_suffix=$(date '+%s') \ --gcp_suffix=$(date '+%s') \
--verbose \ --verbose \
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \ --client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
--server=xds:///{server_uri} \ --server=xds:///{server_uri} \
--stats_port={stats_port} \ --stats_port={stats_port} \
--qps={qps}" --qps={qps} \
{rpcs_to_send} \
{metadata_to_send}"