commit | 168f6094c4c9ff753995aac1c2213cd8d8c9a7f3 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sun Apr 19 02:33:38 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sun Apr 19 02:33:38 2015 +0300 |
tree | e34e5e9168f7da7e3e6ee7c49cd9c992ade70bf4 | |
parent | cff7b2e130ab1e18422b80a723b4804de6783528 [diff] [blame] |
fixing, improve sersors installation code
diff --git a/wally/suits/itest.py b/wally/suits/itest.py index 91e9dd5..1e93247 100644 --- a/wally/suits/itest.py +++ b/wally/suits/itest.py
@@ -157,6 +157,8 @@ run_over_ssh(conn, cmd, timeout=msz, node=self.node) def run(self, conn, barrier): + # logger.warning("No tests runned") + # return cmd_templ = "sudo env python2 {0} --type {1} {2} --json -" # cmd_templ = "env python2 {0} --type {1} {2} --json -"