aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client.cc
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-04-20 08:50:45 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2018-04-20 08:50:45 -0700
commit0dcbb83420e25b657249878606bbef9c53f09ea3 (patch)
treef4864ac186a6c2d2c62b1ad19d546724fcd8ec9f /test/cpp/interop/client.cc
parent2a6f47354391af2514310ff06d44a26354cc07fb (diff)
add alts to interop tests
Diffstat (limited to 'test/cpp/interop/client.cc')
-rw-r--r--test/cpp/interop/client.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index ca8ee3de06..3eb155ef95 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -31,6 +31,8 @@
#include "test/cpp/interop/interop_client.h"
#include "test/cpp/util/test_config.h"
+DEFINE_bool(use_alts, false,
+ "Whether to use alts. Enable alts will disable tls.");
DEFINE_bool(use_tls, false, "Whether to use tls.");
DEFINE_string(custom_credentials_type, "", "User provided credentials type.");
DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");