mirror of https://github.com/grpc/grpc-java.git
buildscript: enable fault injection interop test
This commit is contained in:
parent
3ebb3e1924
commit
e4ccf0eeac
|
|
@ -28,7 +28,7 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
||||||
# --test_case after they are added into "all".
|
# --test_case after they are added into "all".
|
||||||
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
|
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
|
||||||
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,circuit_breaking,timeout" \
|
--test_case="all,path_matching,header_matching,circuit_breaking,timeout,fault_injection" \
|
||||||
--project_id=grpc-testing \
|
--project_id=grpc-testing \
|
||||||
--project_num=830293263384 \
|
--project_num=830293263384 \
|
||||||
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
|
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue