OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_servers
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py
26
def check_static_ip_config(self, ipconfig, static_ip_address,
name_servers
):
32
@param
name_servers
list of string name servers we expect to be
45
if
name_servers
!= ipconfig_properties['NameServers']:
47
(
name_servers
,
72
name_servers
= [ '10.10.10.10', '10.10.11.11' ]
74
','.join(
name_servers
))
78
self.check_static_ip_config(ipconfig, static_ip_address,
name_servers
)
83
self.check_static_ip_config(ipconfig, static_ip_address,
name_servers
)
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py
154
def verify_ipconfig_name_servers(self,
name_servers
):
158
@param
name_servers
list of expected name servers.
163
if ipconfig_properties['NameServers'] !=
name_servers
:
166
name_servers
,
Completed in 2119 milliseconds