Lines Matching refs:ip
58 # Get system IP address and prefix length details using "ip addr"
59 # Sample Output of "ip addr":
67 ... /sbin/ip addr | grep ${ethernet_interface}
90 # Sample output of "ip route":
96 ... /sbin/ip route
105 # Sample output of "ip addr | grep ether":
112 ... /sbin/ip addr | grep ${ethernet_interface} -A 1 | grep ether
126 # Sample output of "ip addr | grep ether":
130 ... /sbin/ip addr | grep ether
365 [Arguments] ${ip}
368 # ip IP address to be verified (e.g. "10.7.7.7").
372 Should Contain Match ${ip_data} ${ip}/*
482 [Arguments] ${ip} ${subnet_mask} ${gateway}
486 # ip IP address to be added (e.g. "10.7.7.7").
495 ${ip_data}= Create Dictionary Address=${ip}
526 Verify IP On BMC ${ip}
532 [Arguments] ${ip} ${valid_status_codes}=${HTTP_OK}
535 # ip IP address to be deleted (e.g. "10.7.7.7").
545 Run Keyword If '${network_configuration['Address']}' == '${ip}'
551 ... ${patch_list} ${null} msg=${ip} does not exist on BMC
552 Pass Execution If ${ip_found} == ${False} ${ip} does not exist on BMC
567 ${delete_status}= Run Keyword And Return Status Verify IP On BMC ${ip}
787 [Arguments] ${ip} ${new_ip} ${netmask} ${gw_ip}
791 # ip IP address to be replaced (e.g. "10.7.7.7").
807 Run Keyword If '${network_configuration['Address']}' == '${ip}'
814 ... ${patch_list} ${ip_data} msg=${ip} does not exist on BMC
815 Pass Execution If ${ip_found} == ${False} ${ip} does not exist on BMC