diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-07-21 17:35:48 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-08-11 12:00:39 +0200 |
commit | bc4e345605abe0772043892fcc99fce9aa768edb (patch) | |
tree | b96876b37bab58fc4737dad607ea00d415b5bd05 /tests/func/ipv6/ipv6_ra.robot | |
parent | 72be8262ea5dc0136a21032402b7f4ffa5ff4576 (diff) |
Fix test teardown in IPv4 and IPv6 tests
Run keyword if test fail expect one keyword.
Test Teardown is moved to suites __init__.robot
Change-Id: Ie1e4c4a803325ade4d326f9bb1a9c43a33395566
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'tests/func/ipv6/ipv6_ra.robot')
-rw-r--r-- | tests/func/ipv6/ipv6_ra.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/func/ipv6/ipv6_ra.robot b/tests/func/ipv6/ipv6_ra.robot index cf6d09ef8e..294e8c54b2 100644 --- a/tests/func/ipv6/ipv6_ra.robot +++ b/tests/func/ipv6/ipv6_ra.robot @@ -26,8 +26,9 @@ | Suite Setup | Run Keywords | Setup all TGs before traffic script | ... | AND | Update All Interface Data On All Nodes | ${nodes} | Test Setup | Setup all DUTs before test -| Test Teardown | Run Keywords | Show packet trace on all DUTs | ${nodes} -| ... | AND | Show vpp trace dump on all DUTs +| Test Teardown | Run Keywords +| ... | Show packet trace on all DUTs | ${nodes} | AND +| ... | Show vpp trace dump on all DUTs | Documentation | *IPv6 Router Advertisement test cases* | ... | ... | RFC4861 Neighbor Discovery. Encapsulations: Eth-IPv6-RA on links |