HomeSort by relevance Sort by last modified time
    Searched refs:ipconfig (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py 17 immediately applied to the ipconfig.
26 def check_static_ip_config(self, ipconfig, static_ip_address, name_servers):
28 interface ipconfig.
30 @param ipconfig object representing the DBus IPConfig entity to check.
37 ipconfig.GetProperties(utf8_strings=True))
39 logging.info('IPConfig properties are %r', ipconfig_properties)
52 """Returns the first IPConfig object associated with the peer device."""
57 raise error.TestFail('Failed to retrieve DHCP ipconfig object '
75 ipconfig = self.get_ipconfig(
    [all...]
  /external/autotest/client/site_tests/network_DhcpWpadNegotiation/
network_DhcpWpadNegotiation.py 22 """Check that the ipconfig in the client shows the the proxy config.
35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 23 """Check that the ipconfig in the client shows the gateway IP.
35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 24 """Check that the ipconfig and interface in the client has correct MTU.
37 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
39 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py 22 """Check that the ipconfig in the client shows the the vendor options.
35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
  /external/autotest/client/cros/
network.py 86 ipconfig = conn_mgr.GetObjectInterface('IPConfig', path)
87 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
dhcpv6_test_base.py 31 # After DHCPv6 completes, an ipconfig should appear shortly after
72 @return list of objects representing DBus IPConfig RPC endpoints.
96 @return dict containing the the properties of the IPConfig stripped
101 for ipconfig in self.get_interface_ipconfig_objects(interface_name):
102 logging.info('Looking at ipconfig %r', ipconfig)
103 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
105 logging.info('Found ipconfig object with no method field')
108 logging.info('Found ipconfig object with method != dhcp6')
111 raise error.TestFail('Found multiple ipconfig objects
    [all...]
dhcp_test_base.py 42 # After DHCP completes, an ipconfig should appear shortly after
108 @return list of objects representing DBus IPConfig RPC endpoints.
132 @return dict containing the the properties of the IPConfig stripped
137 for ipconfig in self.get_interface_ipconfig_objects(interface_name):
138 logging.info('Looking at ipconfig %r', ipconfig)
139 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
141 logging.info('Found ipconfig object with no method field')
144 logging.info('Found ipconfig object with method != dhcp')
147 raise error.TestFail('Found multiple ipconfig objects
    [all...]
  /external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py 68 for ipconfig in self.get_interface_ipconfig_objects(
71 ipconfig.GetProperties(utf8_strings=True))
80 raise error.TestError('Found no IPv6 IPConfig entries')
133 """Verify that shill has an IPConfig entry with the specified address.
144 raise error.TestError('IPv6 IPConfig entry does not '
147 raise error.TestError('IPv6 IPConfig property %s does not '
155 """Verify that shill has an IPConfig entry with the specified name

Completed in 231 milliseconds