Searched refs:bootstrap_source (Results 1 – 5 of 5) sorted by relevance
36 explicit TestScenario(XdsBootstrapSource bootstrap_source) in TestScenario() argument37 : bootstrap_source_(bootstrap_source) {} in TestScenario()48 XdsBootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function in grpc::testing::__anon73110bfa0111::TestScenario57 switch (GetParam().bootstrap_source()) { in SetBootstrap()
82 explicit TestScenario(ResourceType type, XdsBootstrapSource bootstrap_source) in TestScenario() argument83 : type_(type), bootstrap_source_(bootstrap_source) {} in TestScenario()122 XdsBootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function in grpc::testing::__anond9016ec40111::TestScenario170 switch (GetParam().bootstrap_source()) {
191 if (GetParam().bootstrap_source() == in Serve()513 if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromEnvVar) { in InitClient()515 } else if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromFile) { in InitClient()521 if (GetParam().bootstrap_source() != XdsTestType::kBootstrapFromChannelArg) { in InitClient()557 if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromChannelArg) { in CreateChannel()
99 XdsTestType& set_bootstrap_source(BootstrapSource bootstrap_source) { in set_bootstrap_source() argument100 bootstrap_source_ = bootstrap_source; in set_bootstrap_source()123 BootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function
360 ASSERT_NE(GetParam().bootstrap_source(), in TEST_P()406 ASSERT_NE(GetParam().bootstrap_source(), in TEST_P()