diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-06-18 20:31:48 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-21 12:13:05 +0000 |
commit | 6871d4e7f6ed43ce0bb003cb08e88b2581a474eb (patch) | |
tree | 1ffdf006911d88de247d7dd0fc37818032c20461 /tests/vpp/device/interfaces | |
parent | 8ded937abab242f2e096f83423e1dcecd1ecf722 (diff) |
Align suite/test teardown/setup
+ Phase I - aligning FUNC/PERF
Change-Id: I46b1e43687ddb29f5ed3c6335fe1baf21ec02822
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/interfaces')
-rw-r--r-- | tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot | 6 | ||||
-rw-r--r-- | tests/vpp/device/interfaces/eth2p-ethip4-ip4base-eth-1tap-dev.robot | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot b/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot index f7a0fbe153..0cd3dc82ec 100644 --- a/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot @@ -30,9 +30,7 @@ | Test Setup | Run Keywords | Set up VPP device test | ... | AND | Clean Up Namespaces | ${nodes['DUT1']} | ... -| Test Teardown | Run Keywords | Tear down VPP device test -| ... | AND | Clean Up Namespaces | ${nodes['DUT1']} -| ... | AND | Linux Del Bridge | ${nodes['DUT1']} | ${bid_TAP} +| Test Teardown | Tear down test | packet_trace | namespace | linux_bridge | ... | Documentation | *Tap Interface Traffic Tests* | ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links @@ -87,4 +85,4 @@ | | And Add interface to bridge domain | ${dut_node} | | ... | ${dut_to_tg_if2} | ${bid_from_TG} | 0 | | Then Send ICMP packet and verify received packet | ${tg_node} -| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2}
\ No newline at end of file +| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2} diff --git a/tests/vpp/device/interfaces/eth2p-ethip4-ip4base-eth-1tap-dev.robot b/tests/vpp/device/interfaces/eth2p-ethip4-ip4base-eth-1tap-dev.robot index 47de572b18..24d0cdd44a 100644 --- a/tests/vpp/device/interfaces/eth2p-ethip4-ip4base-eth-1tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethip4-ip4base-eth-1tap-dev.robot @@ -31,8 +31,7 @@ | Test Setup | Run Keywords | Set up VPP device test | ... | AND | Clean Up Namespaces | ${nodes['DUT1']} | ... -| Test Teardown | Run Keywords | Tear down VPP device test -| ... | AND | Clean Up Namespaces | ${nodes['DUT1']} +| Test Teardown | Tear down test | packet_trace | namespace | ... | Documentation | *Tap Interface Traffic Tests* | ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links |