commit | cdfcdaf098249d74919d79e1c77aab7622c43a1e | [log] [tgz] |
---|---|---|
author | kdanylov aka koder <koder.mail@gmail.com> | Sat Apr 29 10:03:39 2017 +0300 |
committer | kdanylov aka koder <koder.mail@gmail.com> | Sat Apr 29 10:03:39 2017 +0300 |
tree | 39c15b8e7c2af01f9939dbfd31006eb0e150e091 | |
parent | 150b2199655e69a159a1b9cc8cf3f9732df8ecd6 [diff] [blame] |
a lot of fixes, improve visualization speed, add c++ code
diff --git a/wally/run_test.py b/wally/run_test.py index d5f7d19..f8dc036 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -146,7 +146,7 @@ class SaveNodesStage(Stage): """Save nodes list to file""" - priority = StepOrder.CONNECT + priority = StepOrder.UPDATE_NODES_INFO + 1 def run(self, ctx: TestRun) -> None: ctx.storage.put_list(ctx.nodes_info.values(), 'all_nodes')