OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_ip_address
(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):
31
@param
static_ip_address
string IP address we expect to be configured.
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/
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
)
170
|
static_ip_address
|.
Completed in 498 milliseconds