From 6f35bbbfb82de348a1537774af2ffd706cd3bb12 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 21 Apr 2021 17:27:51 -0700 Subject: [PATCH] test: enable xDS CSDS test (#4354) --- test/kokoro/xds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kokoro/xds.sh b/test/kokoro/xds.sh index 65b35e3acac6..f9cb7dab7332 100755 --- a/test/kokoro/xds.sh +++ b/test/kokoro/xds.sh @@ -27,7 +27,7 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh # they are added into "all". GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \ python3 grpc/tools/run_tests/run_xds_tests.py \ - --test_case="all,circuit_breaking,timeout,fault_injection" \ + --test_case="all,circuit_breaking,timeout,fault_injection,csds" \ --project_id=grpc-testing \ --project_num=830293263384 \ --source_image=projects/grpc-testing/global/images/xds-test-server-4 \