Perf: Add perfmon_plugin for telemetry
[csit.git] / tests / dpdk / perf / __init__.robot
index 321ddc8..cd180b7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2020 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
 | | ... | - pre_run_stats - Statistics actions during traffic before timer.
 | | ... | - post_run_stats - Statistics actions during traffic after timer.
 | |
-| | ${pre_stats}= | Create List | ${EMPTY}
-| | ${post_stats}= | Create List | ${EMPTY}
-| | ${pre_run_stats}= | Create List | ${EMPTY}
-| | ${post_run_stats}= | Create List | ${EMPTY}
+| | ${pre_stats}= | Create List
+| | ... | clear-show-runtime-with-traffic
+| | ${post_stats}= | Create List | noop
+| | ${pre_run_stats}= | Create List | noop
+| | ${post_run_stats}= | Create List | noop
 | | Set Global Variable | ${pre_stats}
 | | Set Global Variable | ${post_stats}
 | | Set Global Variable | ${pre_run_stats}