aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/VppCounters.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/VppCounters.py')
-rw-r--r--resources/libraries/python/VppCounters.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/libraries/python/VppCounters.py b/resources/libraries/python/VppCounters.py
index ff4ce29b3f..b65b58c89b 100644
--- a/resources/libraries/python/VppCounters.py
+++ b/resources/libraries/python/VppCounters.py
@@ -75,6 +75,7 @@ class VppCounters(object):
"""
vat = VatExecutor()
vat.execute_script("show_runtime.vat", node, json_out=False)
+ logger.info(vat.get_script_stdout())
vat.script_should_have_passed()
@staticmethod
@@ -97,6 +98,7 @@ class VppCounters(object):
"""
vat = VatExecutor()
vat.execute_script("show_runtime_verbose.vat", node, json_out=False)
+ logger.info(vat.get_script_stdout())
vat.script_should_have_passed()
@staticmethod