Home
last modified time | relevance | path

Searched refs:props_without_gateway (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/vpn/
Dopenvpn_driver_unittest.cc697 IPConfig::Properties props_without_gateway; in TEST_F() local
698 driver_->ParseIPConfiguration(config, &props_without_gateway); in TEST_F()
699 EXPECT_EQ(kGateway1, props_without_gateway.routes[0].gateway); in TEST_F()
700 EXPECT_EQ("", props_without_gateway.gateway); in TEST_F()