From aea5f109a6ad38b1947ef51c14e416653e208a9f Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 11 Oct 2018 13:53:54 -0700 Subject: Add c++ google default creds to cloud to prod auth scenarios --- tools/run_tests/run_interop_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/run_tests/run_interop_tests.py') diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index e8d6b59687..9752e741fb 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -1376,7 +1376,8 @@ try: transport_security='tls') jobs.append(tls_test_job) if str(language) in [ - 'go' + 'c++', + 'go', ]: # Add more languages to the list to turn on tests. google_default_creds_test_job = cloud_to_prod_jobspec( language, -- cgit v1.2.3