|
|
@ -137,7 +137,8 @@ int main(int argc, char** argv) { |
|
|
|
&grpc::testing::InteropClient::DoTimeoutOnSleepingServer, &client); |
|
|
|
&grpc::testing::InteropClient::DoTimeoutOnSleepingServer, &client); |
|
|
|
actions["empty_stream"] = |
|
|
|
actions["empty_stream"] = |
|
|
|
std::bind(&grpc::testing::InteropClient::DoEmptyStream, &client); |
|
|
|
std::bind(&grpc::testing::InteropClient::DoEmptyStream, &client); |
|
|
|
if (FLAGS_use_tls) { |
|
|
|
if (FLAGS_use_tls || |
|
|
|
|
|
|
|
FLAGS_custom_credentials_type == "google_default_credentials") { |
|
|
|
actions["compute_engine_creds"] = |
|
|
|
actions["compute_engine_creds"] = |
|
|
|
std::bind(&grpc::testing::InteropClient::DoComputeEngineCreds, &client, |
|
|
|
std::bind(&grpc::testing::InteropClient::DoComputeEngineCreds, &client, |
|
|
|
FLAGS_default_service_account, FLAGS_oauth_scope); |
|
|
|
FLAGS_default_service_account, FLAGS_oauth_scope); |
|
|
|