From 43d7a9fbd8b44984da3cd168b4ed3aa479344137 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Thu, 22 Apr 2021 13:19:38 -0700 Subject: [PATCH] test: enable xDS CSDS test (#4359) This is a backport of #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 e75743dd9e5..8965936a93a 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,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 \