diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-10 19:41:09 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-17 16:29:03 +0000 |
commit | 8f285166faf13156a4f7c70adac9a7e20549268f (patch) | |
tree | 29a4adb583dcf7feaba301fccedeaaef5d572674 /tests/suites/bridge_domain/test.robot | |
parent | da15035461569ea175aabbac1df735cd5598b0b3 (diff) |
Test VIRL connection.
Change-Id: I812ff9c8c9669b63907469c643c839e8bd3b419a
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'tests/suites/bridge_domain/test.robot')
-rw-r--r-- | tests/suites/bridge_domain/test.robot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/suites/bridge_domain/test.robot b/tests/suites/bridge_domain/test.robot index 108e2aa4dd..4c88cae7b8 100644 --- a/tests/suites/bridge_domain/test.robot +++ b/tests/suites/bridge_domain/test.robot @@ -17,7 +17,6 @@ | Test Setup | Setup all DUTs before test | Library | resources.libraries.python.topology.Topology | Variables | resources/libraries/python/topology.py -| Force Tags | 3_NODE_DOUBLE_LINK_TOPO | Suite Setup | Setup all TGs before traffic script *** Test Cases *** @@ -37,7 +36,7 @@ | | ${dut1}= | Set Variable | ${nodes['DUT1']} | | ${dut2}= | Set Variable | ${nodes['DUT2']} | | ${tg_links}= | Setup TG "${tg}" DUT1 "${dut1}" and DUT2 "${dut2}" for 3 node l2 bridge domain test -| | Sleep | 5 | Workaround for interface still in down state after vpp restart +| | Sleep | 10 | Workaround for interface still in down state after vpp restart | | Send traffic on node "${nodes['TG']}" from link "${tg_links[0]}" to link "${tg_links[1]}" | Vpp forwards packets via L2 bridge domain in circular topology with static L2FIB entries @@ -46,5 +45,5 @@ | | ${dut1}= | Set Variable | ${nodes['DUT1']} | | ${dut2}= | Set Variable | ${nodes['DUT2']} | | ${tg_links}= | Setup TG "${tg}" DUT1 "${dut1}" and DUT2 "${dut2}" for 3 node static l2fib test -| | Sleep | 5 | Workaround for interface still in down state after vpp restart +| | Sleep | 10 | Workaround for interface still in down state after vpp restart | | Send traffic on node "${nodes['TG']}" from link "${tg_links[0]}" to link "${tg_links[1]}" |