buildscripts: enable CSDS test

This commit is contained in:
Lidi Zheng 2021-04-21 17:48:34 -07:00 committed by GitHub
parent 2eb0a95305
commit 134e9cbc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
# --test_case after they are added into "all".
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all,path_matching,header_matching,circuit_breaking,timeout,fault_injection" \
--test_case="all,path_matching,header_matching,circuit_breaking,timeout,fault_injection,csds" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \