diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-15 10:42:58 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-05-16 11:12:08 +0000 |
commit | 72813c366cdaae8ee3c7103d6c61340650245b57 (patch) | |
tree | 55845f9641a302fce48f16eb4027252892c15647 /tests | |
parent | a76fb6bd39a0a6ec6183bfb6da9c3ebefb248f33 (diff) |
HC tests: archive ODL logs (CSIT-1031)
Change-Id: I444a5d6cd32cb9ee68575dfdb5a208de2c4eb72a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/honeycomb/func/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/honeycomb/func/__init__.robot b/tests/honeycomb/func/__init__.robot index cb25ee909d..89c5dc90a2 100644 --- a/tests/honeycomb/func/__init__.robot +++ b/tests/honeycomb/func/__init__.robot @@ -32,5 +32,5 @@ | ... | Stop Honeycomb service on DUTs | ${node} | AND | ... | Clear Honeycomb Log | ${node} | ... -| Suite Teardown | Run Keywords | Archive Honeycomb log file | ${node} | AND +| Suite Teardown | Run Keywords | Archive Honeycomb logs | ${node} | AND | ... | Cleanup Framework | ${nodes} |