X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Finterfaces.robot;h=60e1480633460cead25df74bc4bd9da369945300;hp=330cc79b2300f593f678263026805279822f728b;hb=a175e259c6a83aea6df61eed607f8c57671c8ea0;hpb=4a7f950c10ca9bcf86e5ccbc3d49a3d7e3cb9809 diff --git a/resources/libraries/robot/interfaces.robot b/resources/libraries/robot/interfaces.robot index 330cc79b23..60e1480633 100644 --- a/resources/libraries/robot/interfaces.robot +++ b/resources/libraries/robot/interfaces.robot @@ -34,20 +34,3 @@ | | ${eth_mtu}= | Evaluate | ${mtu} - 14 - 4 | | Set Interface Ethernet MTU | ${tg_node} | ${tg_port} | ${eth_mtu} -| Interfaces on all VPP nodes in the path are up -| | [Documentation] | Wait until all interfaces of the given VPP node -| | ... | with admin-up state are in link-up state. -| | ... -| | ... | *Arguments:* -| | ... | - @{node_list} - DUT nodes. Type: list -| | ... -| | ... | *Return:* -| | ... | - No value returned -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Interfaces on all VPP nodes in the path are up \ -| | ... | \| ${nodes['DUT1']} \| ${nodes['DUT2']} \| -| | [Arguments] | @{node_list} -| | :FOR | ${node} | IN | @{node_list} -| | | VPP Node Interfaces Ready Wait | ${node}