Home
last modified time | relevance | path

Searched refs:ipconfig (Results 1 – 11 of 11) 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
38 ipconfig.GetProperties(utf8_strings=True))
77 ipconfig = self.get_ipconfig()
78 self.check_static_ip_config(ipconfig, static_ip_address, name_servers)
82 ipconfig = self.get_ipconfig()
83 self.check_static_ip_config(ipconfig, static_ip_address, name_servers)
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dnetwork_DhcpWpadNegotiation.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
/external/autotest/client/cros/
Ddhcpv6_test_base.py108 for ipconfig in self.get_interface_ipconfig_objects(interface_name):
109 logging.info('Looking at ipconfig %r', ipconfig)
110 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
Ddhcp_test_base.py144 for ipconfig in self.get_interface_ipconfig_objects(interface_name):
145 logging.info('Looking at ipconfig %r', ipconfig)
146 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
/external/autotest/client/site_tests/network_DhcpMTU/
Dnetwork_DhcpMTU.py37 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
39 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dnetwork_DhcpVendorEncapsulatedOptions.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dnetwork_DhcpBrokenDefaultGateway.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dnetwork_Ipv6SimpleNegotiation.py68 for ipconfig in self.get_interface_ipconfig_objects(
71 ipconfig.GetProperties(utf8_strings=True))
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst563 Use the correct encoding for ipconfig output in the uuid module. Patch by
D3.6.5rc1.rst718 Use the correct encoding for ipconfig output in the uuid module. Patch by
D3.8.0a1.rst7931 Use the correct encoding for ipconfig output in the uuid module. Patch by