aboutsummaryrefslogtreecommitdiffstats
path: root/tests/honeycomb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/honeycomb')
-rw-r--r--tests/honeycomb/func/__init__.robot2
-rw-r--r--tests/honeycomb/perf/__init__.robot2
2 files changed, 2 insertions, 2 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}
diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot
index a5f5c2dc33..1a4e814b7c 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 ***