Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
Dnetwork_DhcpFailureWithStaticIP.py27 def check_static_ip_config(self, ipconfig, static_ip_address, name_servers): argument
41 if static_ip_address != ipconfig_properties['Address']:
43 (static_ip_address,
69 static_ip_address = '192.168.1.101'
71 config = {'Address' : static_ip_address,
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_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py44 static_ip_address = dhcp_test_base.DhcpTestBase.rewrite_ip_suffix(
48 config['Address'] = static_ip_address
54 static_ip_address)