diff options
author | Viliam Luc <vluc@cisco.com> | 2022-10-03 14:45:48 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-11-07 11:05:36 +0000 |
commit | 5cd951da85f1d57451c1043c38162dccbb67a3e9 (patch) | |
tree | 2d5d7644d4380ed33e6752429681c1327f5b9add /resources/libraries | |
parent | eaae3a718185987a554ecb4e476da357346c03ee (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.py | 4 |
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. |