aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 20:28:40 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 20:28:40 -0800
commit347b83c22288a20ae977f949ab8cd466e8aa52da (patch)
tree6b66bf0996c697e72e2a61fcc5885df0f3ef092a /tools/gce_setup
parentf222a4afe96381cc9289af1859a4e28b2d7f54f0 (diff)
parent560292ab6720aebe6fd40cc1f96e28faa92761d7 (diff)
Merge github.com:grpc/grpc into copyright
Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
Diffstat (limited to 'tools/gce_setup')
-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[@]}"