Lines Matching refs:BMC

33       Verify IPv6 On BMC  ${ipv6_network_configuration['Address']}
42 Verify IPv6 On BMC ${ipv6_network_configuration['PrefixLength']}
52 Verify IPv6 Default Gateway On BMC ${ipv6_gateway}
55 Verify All Configured IPv6 And PrefixLength On BMC
56 [Documentation] Verify IPv6 address and its prefix length on BMC.
70 [Template] Configure IPv6 Address On BMC
81 Configure IPv6 Address On BMC ${test_ipv6_addr} ${test_prefix_length}
93 Configure IPv6 Address On BMC ${test_ipv6_addr} ${test_prefix_length}
98 Verify Persistency Of IPv6 After BMC Reboot
99 [Documentation] Verify persistency of IPv6 after BMC reboot.
104 Configure IPv6 Address On BMC ${test_ipv6_addr} ${test_prefix_length}
109 Verify IPv6 On BMC ${test_ipv6_addr}
112 Enable SLAACv6 On BMC And Verify
113 [Documentation] Enable SLAACv6 on BMC and verify.
119 Enable DHCPv6 Property On BMC And Verify
120 [Documentation] Enable DHCPv6 property on BMC and verify.
129 [Template] Configure IPv6 Address On BMC
154 # Get BMC IPv6 address and prefix length.
155 ${ipv6_data}= Get BMC IPv6 Info
252 [Documentation] Verify IPv6 address and prefix length on BMC.
262 # Get IPv6 address details on BMC using IP command.
263 @{ip_data}= Get BMC IPv6 Info
265 # Verify if IPv6 and prefix length is configured on BMC.
271 Configure IPv6 Address On BMC
272 [Documentation] Add IPv6 Address on BMC.
289 # Get existing static IPv6 configurations on BMC.
301 # We need not check for existence of IPv6 on BMC while adding.
321 Verify IPv6 On BMC ${ipv6_network_configuration['Address']}
324 Validate IPv6 Network Config On BMC
327 Validate IPv6 Network Config On BMC
331 ${ipv6_data}= Get BMC IPv6 Info
339 [Documentation] Delete IPv6 address of BMC.
362 ... ${patch_list} ${null} msg=${ipv6_addr} does not exist on BMC
363 Pass Execution If ${ip_found} == ${False} ${ipv6_addr} does not exist on BMC
365 # Run patch command only if given IP is found on BMC
378 # IPv6 address that is deleted should not be there on BMC.
379 ${delete_status}= Run Keyword And Return Status Verify IPv6 On BMC ${ipv6_addr}
386 Validate IPv6 Network Config On BMC
390 [Documentation] Modify and verify IPv6 address of BMC.
470 ... ${patch_list} ${ipv6_data} msg=${ipv6} does not exist on BMC
471 Pass Execution If ${ip_found} == ${False} ${ipv6} does not exist on BMC
485 # Verify if new IPv6 address is configured on BMC.
486 Verify IPv6 On BMC ${new_ipv6}
490 ... Verify IPv6 On BMC ${ipv6}
493 Validate IPv6 Network Config On BMC