From 5cd951da85f1d57451c1043c38162dccbb67a3e9 Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Mon, 3 Oct 2022 14:45:48 +0200 Subject: 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 Change-Id: I23a064ed09c8cf0394abb5306fb04f4e33c20aa4 --- resources/libraries/python/TelemetryUtil.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'resources/libraries') 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. -- cgit 1.2.3-korg