aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/interop_test_runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/interop_test_runner.sh')
-rwxr-xr-xtools/gce_setup/interop_test_runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/interop_test_runner.sh b/tools/gce_setup/interop_test_runner.sh
index acdb2e9d22..a1d7813b20 100755
--- a/tools/gce_setup/interop_test_runner.sh
+++ b/tools/gce_setup/interop_test_runner.sh
@@ -37,7 +37,7 @@ main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
clients=(cxx java go ruby node)
- servers=(cxx java go ruby node)
+ servers=(cxx java go ruby node python)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"