aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/interop_test_runner.sh
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-03-10 21:09:31 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-03-10 21:09:31 +0000
commitcbc540edcf7639fd85c8df5f37f17abdd8cb34cd (patch)
tree9b8207a6bd2967f7f8d01aaf70cbd5b4a3f7198c /tools/gce_setup/interop_test_runner.sh
parente0e8edfeda1f7061915bd04fd5e2f28a31064a5c (diff)
Add the Python interop client to gce_setup files
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 90a78b1264..430ad09b8c 100755
--- a/tools/gce_setup/interop_test_runner.sh
+++ b/tools/gce_setup/interop_test_runner.sh
@@ -36,7 +36,7 @@ echo $result_file_name
main() {
source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
- clients=(cxx java go ruby node csharp_mono)
+ clients=(cxx java go ruby node python csharp_mono)
servers=(cxx java go ruby node python)
for test_case in "${test_cases[@]}"
do