From 677ae40a2be6db9f49b19ada3c4299a8904f7784 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 15 Dec 2016 13:51:57 +0100 Subject: HC Test: fix archiving artifacts in csit-hc2vpp jobs Change-Id: I392eac7404d5e1793a7de9d7a44b9defb89e7b9d Signed-off-by: selias --- tests/func/honeycomb/__init__.robot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/func/honeycomb/__init__.robot b/tests/func/honeycomb/__init__.robot index ec580b5725..701ccc2971 100644 --- a/tests/func/honeycomb/__init__.robot +++ b/tests/func/honeycomb/__init__.robot @@ -26,4 +26,6 @@ | ... | Configure Log Level | ${node} | TRACE | AND | ... | Setup Honeycomb Service On DUTs | ${node} | AND | ... | Set Global Variable | ${node} -| Suite Teardown | Stop Honeycomb Service On DUTs | ${node} +| Suite Teardown | Run keywords +| ... | Stop Honeycomb Service On DUTs | ${node} | AND +| ... | Archive Honeycomb log file | ${node} -- cgit 1.2.3-korg