diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-07-27 08:57:30 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-07-27 11:06:32 +0000 |
commit | c915202367120c68703c73299d0d38124bb15d12 (patch) | |
tree | c74eafc333bed75496a1f5ebef43a64cde621539 /tests/func/tap | |
parent | be0db47fd15666eaf318b81d91caca10dd43ee6d (diff) |
CSIT-271: FIX Delete bridge after TAP test
Change-Id: Ic28405eb108feb2b24d77e1dd44c1b3320bd2288
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'tests/func/tap')
-rw-r--r-- | tests/func/tap/tap_interface.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/func/tap/tap_interface.robot b/tests/func/tap/tap_interface.robot index d32a970aca..e123cc82b7 100644 --- a/tests/func/tap/tap_interface.robot +++ b/tests/func/tap/tap_interface.robot @@ -86,6 +86,12 @@ | | ... | joining two linux-TAP interfaces created by VPP located in namespace. | | ... | [Ver] Packet sent from TG is passed through all L2BD and received | | ... | back on TG. Then src_ip, dst_ip and MAC are checked. +| | ... +| | [Teardown] | Run Keywords +| | ... | Linux Del Bridge | ${dut_node} | ${bid_TAP} | AND +| | ... | Show Packet Trace on All DUTs | ${nodes} | AND +| | ... | Clean Up Namespaces | ${nodes['DUT1']} +| | ... | | Given Path for 2-node testing is set | ${nodes['TG']} | ${nodes['DUT1']} | | ... | ${nodes['TG']} | | And Interfaces in 2-node path are up |