Skip to content
Snippets Groups Projects
Commit 1ca37389 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #1280 from donnadionne/python_add

Adding python to cloud prod tests.
parents 5fa50428 5547edfa
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ main() { ...@@ -38,7 +38,7 @@ main() {
source grpc_docker.sh source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response) test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
auth_test_cases=(service_account_creds compute_engine_creds jwt_token_creds) auth_test_cases=(service_account_creds compute_engine_creds jwt_token_creds)
clients=(cxx java go ruby node csharp_mono) clients=(cxx java go ruby node csharp_mono python)
for test_case in "${test_cases[@]}" for test_case in "${test_cases[@]}"
do do
for client in "${clients[@]}" for client in "${clients[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment