diff options
author | Matus Fabian <matfabia@cisco.com> | 2016-02-22 15:21:57 +0100 |
---|---|---|
committer | Matus Fabian <matfabia@cisco.com> | 2016-02-23 07:35:01 +0100 |
commit | 44f173ecd1311296e347b066592163e9abbe3483 (patch) | |
tree | 7099d482b982fd983ccd77e36c0bcd82d280f4e5 /resources/libraries/robot/ipv6.robot | |
parent | 959bbc915545c271271ba393f4c4b71c2ddec83c (diff) |
Instead of Sleep loop verification of interfaces
Change-Id: I29a974182082f0e5c84a9dd21a539d21ef75b41b
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'resources/libraries/robot/ipv6.robot')
-rw-r--r-- | resources/libraries/robot/ipv6.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/ipv6.robot b/resources/libraries/robot/ipv6.robot index 6cd6640b0a..4783b070ab 100644 --- a/resources/libraries/robot/ipv6.robot +++ b/resources/libraries/robot/ipv6.robot @@ -19,6 +19,7 @@ | Library | resources/libraries/python/TrafficScriptExecutor.py | Library | resources/libraries/python/NodePath.py | Library | resources/libraries/python/Routing.py +| Library | resources/libraries/python/InterfaceUtil.py | Library | resources.libraries.python.topology.Topology | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/counters.robot @@ -152,7 +153,7 @@ | | [Arguments] | ${nodes} | ${nodes_addr} | | Setup all DUTs before test | | Nodes Setup Ipv6 Addresses | ${nodes} | ${nodes_addr} -| | Sleep | 10 +| | All Vpp Interfaces Ready Wait | ${nodes} | Clear ipv6 on all dut in topology | | [Documentation] | Remove IPv6 address on all DUTs |