X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FTelemetryUtil.py;h=c978441d72ed79b7dfbacfa53c67b5baffce88ac;hb=5cd951da85f1d57451c1043c38162dccbb67a3e9;hp=f8c7d8c9b5926c086492e8543bad6dbbcd3c8bc7;hpb=a2182abd2665aa9264464a99ad77718e2c7bbe18;p=csit.git 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.