Lines Matching full:address
13 [Documentation] Get system IPv6 address and prefix length.
15 # Get system IP address and prefix length details using "ip addr"
25 # Get line having IPv6 address details.
28 # List IP address details.
48 # ipv6 IPv6 address to be verified (e.g. "2001::1234:1234").
50 # Get IPv6 address details on BMC using IP command.
53 ... msg=IPv6 address does not exist.
61 # gateway_ip Gateway IPv6 address.
70 Should Contain ${route_info} ${gateway_ip} msg=Gateway IP address not matching.
92 Get Address Origin List And Address For Type
93 [Documentation] Get address origin list and address for type.
97 # ipv6_address_type Type of IPv6 address to be checked.
110 Set Test Variable ${ipv6_type_addr} ${ipv6_address['Address']}
114 Should Not Be Empty ${ipv6_type_addr} msg=${ipv6_address_type} address is not present
118 Verify The Coexistence Of The Address Type
119 [Documentation] Verify the coexistence of the address type.
123 # ipv6_address_types Types of IPv6 address to be checked.
127 ... Get Address Origin List And Address For Type ${ipv6_address_type}
129 Should Not Be Empty ${ipv6_type_addr} msg=${ipv6_address_type} address is not present
133 Get Address Origin List And IPv4 or IPv6 Address
134 [Documentation] Get address origin list and address for type.
138 # ip_address_type Type of IPv4 or IPv6 address to be checked.
151 Append To List ${ip_addr_list} ${ip_address['Address']}