Skip to content

Commit

Permalink
fault injection interop test
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Mar 17, 2021
1 parent 10c2646 commit 4a6fe63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/kokoro/xds.sh
Expand Up @@ -17,7 +17,7 @@ shopt -u extglob
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
popd

git clone -b "${branch}" --single-branch --depth=1 https://github.com/grpc/grpc.git
git clone https://github.com/grpc/grpc.git

grpc/tools/run_tests/helper_scripts/prep_xds.sh

Expand All @@ -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" \
--test_case="fault_injection" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
Expand Down

0 comments on commit 4a6fe63

Please sign in to comment.