commit | 3af3c3373552d66f3b1f87da8c0709f995418dc9 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon Dec 19 17:12:34 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon Dec 19 17:12:34 2016 +0200 |
tree | 374c4afb081b02087afad02e4fe410903eefc302 | |
parent | 962ee5f441e556440aaa3dd04934e269930b4b2a [diff] [blame] |
sensors refactored
diff --git a/wally/run_test.py b/wally/run_test.py index 7baac35..c72e456 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -84,7 +84,7 @@ path = "rpc_logs/" + nid node.conn.server.flush_logs() log = node.get_file_content(node.rpc_log_file) - ctx.storage[path] = log.decode("utf8") + ctx.storage.store_raw(log, path) logger.debug("RPC log from node {} stored into storage::{}".format(nid, path)) with ctx.get_pool() as pool: