Home | History | Annotate | Download | only in cros

Lines Matching refs:ipconfig

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 '
115 logging.info('Did not find IPConfig object with method == dhcp6')
199 Compare the DHCPv6 ipconfig with DHCP lease parameters to ensure
214 raise error.TestFail('Failed to retrieve DHCPv6 ipconfig object '