diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-04-28 16:39:18 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-11 14:59:12 +0000 |
commit | 7dbda72563912b656bde2ee4b4611a0b284b933e (patch) | |
tree | 91f9001d402ee5971013a0ebc2edbf28649f4888 /resources/libraries/robot/interfaces.robot | |
parent | 10f3b07a5c883e20ef345c8b1c8e24063a50281f (diff) |
Add library for set path variables for testing.
Change-Id: Icb243bacc9329c4bf3bc28098fced473b4e3c991
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/libraries/robot/interfaces.robot')
-rw-r--r-- | resources/libraries/robot/interfaces.robot | 17 |
1 files changed, 0 insertions, 17 deletions
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} |