diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 09:17:54 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 09:17:57 +0200 |
commit | a5263ddcb2995d94ced89c571c0d92f490b83283 (patch) | |
tree | e8ca1ea2313fc657333160c0e77cd589500b03f2 | |
parent | cf55282595db1a7b2373c5f869318a97f047b031 (diff) |
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 <mgradzki@cisco.com>
-rw-r--r-- | tests/honeycomb/perf/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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 *** |