diff options
author | pmikus <pmikus@cisco.com> | 2016-06-24 16:38:03 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-06-30 16:39:10 +0000 |
commit | 5aa03bac1ea4fe07f59c6b294b23fce94a0a805b (patch) | |
tree | 12d643b6aba23703886ecc448f3a307df3d70a71 /tests/suites/cop | |
parent | d9716ad55cf9d1ec63d4297c9b61134a62d5be64 (diff) |
CSIT-180 Add VPP api trace dump after each TC
- Add VPP api trace dump after each TC
Change-Id: I7c8bc0ffbca620f6fdb48369014a2ca9ffa3b3e4
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'tests/suites/cop')
-rw-r--r-- | tests/suites/cop/cop_whitelist_blacklist.robot | 10 | ||||
-rw-r--r-- | tests/suites/cop/cop_whitelist_blacklist_IPv6.robot | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/tests/suites/cop/cop_whitelist_blacklist.robot b/tests/suites/cop/cop_whitelist_blacklist.robot index c83b5e109b..c84387d349 100644 --- a/tests/suites/cop/cop_whitelist_blacklist.robot +++ b/tests/suites/cop/cop_whitelist_blacklist.robot @@ -22,11 +22,11 @@ | Resource | resources/libraries/robot/l2_xconnect.robot | Variables | resources/libraries/python/IPv4NodeAddress.py | ${nodes} | Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO -| Suite Setup | Run Keywords | Setup all DUTs before test -| ... | AND | Setup all TGs before traffic script -| ... | AND | Update All Interface Data On All Nodes | ${nodes} -| Test Setup | Clear interface counters on all vpp nodes in topology | ${nodes} -| Test Teardown | Show packet trace on all DUTs | ${nodes} +| Test Setup | Run Keywords | Setup all DUTs before test +| ... | AND | Setup all TGs before traffic script +| ... | AND | Update All Interface Data On All Nodes | ${nodes} +| Test Teardown | Run Keywords | Show packet trace on all DUTs | ${nodes} +| ... | AND | Show vpp trace dump on all DUTs | Documentation | *COP Security IPv4 Blacklist and Whitelist Tests* | ... | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology diff --git a/tests/suites/cop/cop_whitelist_blacklist_IPv6.robot b/tests/suites/cop/cop_whitelist_blacklist_IPv6.robot index 054e376789..3fb9428680 100644 --- a/tests/suites/cop/cop_whitelist_blacklist_IPv6.robot +++ b/tests/suites/cop/cop_whitelist_blacklist_IPv6.robot @@ -22,11 +22,11 @@ | Resource | resources/libraries/robot/l2_xconnect.robot | Variables | resources/libraries/python/IPv6NodesAddr.py | ${nodes} | Force Tags | HW_ENV | VM_ENV | 3_NODE_SINGLE_LINK_TOPO -| Suite Setup | Run Keywords | Setup all DUTs before test -| ... | AND | Setup all TGs before traffic script -| ... | AND | Update All Interface Data On All Nodes | ${nodes} -| Test Setup | Clear interface counters on all vpp nodes in topology | ${nodes} -| Test Teardown | Show packet trace on all DUTs | ${nodes} +| Test Setup | Run Keywords | Setup all DUTs before test +| ... | AND | Setup all TGs before traffic script +| ... | AND | Update All Interface Data On All Nodes | ${nodes} +| Test Teardown | Run Keywords | Show packet trace on all DUTs | ${nodes} +| ... | AND | Show vpp trace dump on all DUTs | Documentation | *COP Security IPv6 Blacklist and Whitelist Tests* | ... | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology |