Searched refs:static_ip_address (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
D | network_DhcpFailureWithStaticIP.py | 26 def check_static_ip_config(self, ipconfig, static_ip_address, name_servers): argument 40 if static_ip_address != ipconfig_properties['Address']: 42 (static_ip_address, 68 static_ip_address = '192.168.1.101' 70 service.SetProperty('StaticIP.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/ |
D | network_DhcpStaticIP.py | 44 static_ip_address = dhcp_test_base.DhcpTestBase.rewrite_ip_suffix( 49 service.SetProperty('StaticIP.Address', static_ip_address) 52 static_ip_address)
|