Lines Matching full:gateway
380 Verify Gateway On BMC
381 [Documentation] Verify gateway on BMC.
385 # gateway_ip Gateway IP address.
389 # If gateway IP is empty or 0.0.0.0 it will not have route entry.
392 Pass Execution Gateway IP is "0.0.0.0".
394 Should Contain ${route_info} ${gateway_ip} msg=Gateway IP address not matching.
459 # "Gateway": "0.0.0.0",
465 # "Gateway": "xx.xx.xx.1",
492 [Arguments] ${ip} ${subnet_mask} ${gateway}
499 # gateway Gateway for the IP to be added (e.g. "10.7.7.1").
506 ... SubnetMask=${subnet_mask} Gateway=${gateway}
625 [Arguments] ${id} ${ip_addr} ${prefix_len} ${gateway_ip}=${gateway}
632 # gateway_ip Gateway IP address of VLAN Interface.
664 Get BMC Default Gateway
665 [Documentation] Get system default gateway.
674 # Extract the corresponding default gateway for eth0 and eth1
810 # gw_ip Gateway IP address.
818 ... Address=${new_ip} SubnetMask=${netmask} Gateway=${gw_ip}
863 [Documentation] Return DHCP IP address, gateway and subnetmask from redfish URI.
871 ${gateway}= Set Variable ${resp['Gateway']}
873 Return From Keyword ${ip_addr} ${gateway} ${subnetmask}