From 44f173ecd1311296e347b066592163e9abbe3483 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Mon, 22 Feb 2016 15:21:57 +0100 Subject: Instead of Sleep loop verification of interfaces Change-Id: I29a974182082f0e5c84a9dd21a539d21ef75b41b Signed-off-by: Matus Fabian --- resources/libraries/robot/bridge_domain.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/libraries/robot/bridge_domain.robot') diff --git a/resources/libraries/robot/bridge_domain.robot b/resources/libraries/robot/bridge_domain.robot index f433599bbd..99ba375c68 100644 --- a/resources/libraries/robot/bridge_domain.robot +++ b/resources/libraries/robot/bridge_domain.robot @@ -15,6 +15,7 @@ | Library | resources.libraries.python.topology.Topology | Library | resources.libraries.python.TrafficScriptExecutor | Library | resources.libraries.python.L2Util +| Library | resources.libraries.python.InterfaceUtil *** Keywords *** | Vpp l2bd forwarding setup @@ -24,7 +25,7 @@ | | Vpp Add L2 Bridge Domain | ${node} | ${1} | ${if1} | ${if2} | ${learn} | | Run Keyword If | ${learn} == ${FALSE} | | ... | Vpp Add L2fib Entry | ${node} | ${mac} | ${if2} | ${1} -| | Sleep | 5 | # Wait some time after interface is set up +| | All Vpp Interfaces Ready Wait | ${nodes} | Send and receive traffic | | [Documentation] | Send traffic from source interface to destination interface -- cgit 1.2.3-korg