From: Marek Gradzki Date: Thu, 17 May 2018 07:17:54 +0000 (+0200) Subject: HC tests: fix log archive X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F12612%2F1;p=csit.git HC tests: fix log archive Use 'Archive Honeycomb logs' instaed of Archive Honeycomb Logs. The keyword was renamed by https://gerrit.fd.io/r/#/c/12578/ Change-Id: Ic0e2759637ecd0056b7accc3cd96bd8510a2ed14 Signed-off-by: Marek Gradzki --- diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot index a5f5c2dc33..a3d5a8ac5c 100644 --- a/tests/honeycomb/perf/__init__.robot +++ b/tests/honeycomb/perf/__init__.robot @@ -26,7 +26,7 @@ | Suite Setup | Setup suite for Honeycomb performance tests | Suite Teardown | Run Keywords | ... | Stop VPP Service on DUT | ${node} -| ... | AND | Archive Honeycomb Log File | ${node} | perf=${True} +| ... | AND | Archive Honeycomb Logs | ${node} | perf=${True} | ... | AND | Stop honeycomb service on DUTs | ${node} *** Keywords ***