diff options
author | selias <samelias@cisco.com> | 2017-09-20 15:47:39 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-09-28 09:51:37 +0000 |
commit | 0513ce5642dcf58b21f9b77d6b50e4e9a7a94f04 (patch) | |
tree | 440b531fe1a999a88d42a7c47341327a8e02ef3d /tests/vpp/func/honeycomb/__init__.robot | |
parent | 9ca5e946c7ea4b5740c257c71fe6d76eaa4206b4 (diff) |
HC Test: Fix intermittent failures of HC startup
- rework "check Honeycomb startup state" keyword
- increase timeout value for startup
- add separators to Honeycomb log file between test suites
- other minor fixes:
- remove usused import from NAT suite
- fix loop in ICMPv6 ND proxy traffic script
- add teardown to LISP cases
- update prerequisites for sub-interface SPAN test
Change-Id: I2f714ffc1d2e8435d3abe690d8bd15099e071c9a
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/vpp/func/honeycomb/__init__.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/__init__.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vpp/func/honeycomb/__init__.robot b/tests/vpp/func/honeycomb/__init__.robot index b7f0c1d7b9..80585a0e61 100644 --- a/tests/vpp/func/honeycomb/__init__.robot +++ b/tests/vpp/func/honeycomb/__init__.robot @@ -22,6 +22,7 @@ | ... | Suite Setup | Run Keywords | Configure all DUTs before test | AND | ... | Set Global Variable | ${node} | AND -| ... | Stop Honeycomb service on DUTs | ${node} +| ... | Stop Honeycomb service on DUTs | ${node} | AND +| ... | Clear Honeycomb Log | ${node} | ... | Suite Teardown | Archive Honeycomb log file | ${node} |