OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_interface_ip
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/cellular/
environment_test_noautorun.py
24
# Mock out the
get_interface_ip
and have it return a real DUT.
30
labconfig.
get_interface_ip
= mock.Mock(return_value = dut1_ip)
labconfig_test.py
69
self.assertEqual('127.0.0.1', labconfig.
get_interface_ip
('lo'))
labconfig.py
24
def
get_interface_ip
(interface='eth0'):
function
105
machine =
get_interface_ip
(interface)
Completed in 473 milliseconds