HC Test: update routing test keyword due to namespace changes
[csit.git] / resources / libraries / python / honeycomb / HcPersistence.py
index 83d756f..e1b827f 100644 (file)
@@ -100,9 +100,7 @@ class HcPersistence(object):
         ssh = SSH()
         ssh.connect(node)
         for command in commands:
-            (_, stdout, _) = ssh.exec_command_sudo(command)
-            logger.info(stdout)
-
+            (_, _, _) = ssh.exec_command_sudo(command)
 
     @staticmethod
     def configure_persistence(node, state):