Lines Matching full:address
25 DHCPV6_KEY_ADDRESS = 'Address'
167 Return the IP address of the side of the interface that the DHCPv6 test
169 address on the interface.
207 # Wait until both IP address and delegated prefix are obtained.
217 # Verify Non-temporary Address prefix.
218 address = dhcpv6_config.get(DHCPV6_KEY_ADDRESS)
219 actual_prefix = address[:address.index('::')]
223 raise error.TestFail('Address prefix mismatch: '
226 # Verify Non-temporary Address suffix.
227 actual_suffix = int(address[address.index('::')+2:], 16)
230 raise error.TestFail('Invalid address suffix: '