Add output.xml with only INFO logging leve
[csit.git] / resources / libraries / python / VppCounters.py
index ff4ce29..b65b58c 100644 (file)
@@ -75,6 +75,7 @@ class VppCounters(object):
         """
         vat = VatExecutor()
         vat.execute_script("show_runtime.vat", node, json_out=False)
         """
         vat = VatExecutor()
         vat.execute_script("show_runtime.vat", node, json_out=False)
+        logger.info(vat.get_script_stdout())
         vat.script_should_have_passed()
 
     @staticmethod
         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)
         """
         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
         vat.script_should_have_passed()
 
     @staticmethod