aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
authorViliam Luc <vluc@cisco.com>2022-10-03 14:45:48 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2022-11-07 11:05:36 +0000
commit5cd951da85f1d57451c1043c38162dccbb67a3e9 (patch)
tree2d5d7644d4380ed33e6752429681c1327f5b9add /resources/libraries
parenteaae3a718185987a554ecb4e476da357346c03ee (diff)
telemetry: small fixes
- removed remnant debugging code + fix compatibility with Metric naming convention + fix failures when perf-stat command returns wrong data + better handling when perf-stat command fails Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I23a064ed09c8cf0394abb5306fb04f4e33c20aa4
Diffstat (limited to 'resources/libraries')
-rw-r--r--resources/libraries/python/TelemetryUtil.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/python/TelemetryUtil.py b/resources/libraries/python/TelemetryUtil.py
index f8c7d8c9b5..c978441d72 100644
--- a/resources/libraries/python/TelemetryUtil.py
+++ b/resources/libraries/python/TelemetryUtil.py
@@ -121,10 +121,6 @@ class TelemetryUtil:
f"{stdout}"
)
- VppCounters.vpp_clear_runtime(node)
- sleep(1)
- VppCounters.vpp_show_runtime(node)
-
@staticmethod
def run_telemetry_on_all_duts(nodes, profile):
"""Get telemetry stat read on all DUTs.