commit | fd2cfa529d0746151604b47959206cbbdd23bf31 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed May 20 03:17:42 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed May 20 03:17:42 2015 +0300 |
tree | 8e129338877754dde8fe774314a3ff661250f125 | |
parent | 4af1c1da85fb279038a520c8229e1c8584f97e5e [diff] [blame] |
fix muptiply tests in one run, update report generation
diff --git a/wally/start_vms.py b/wally/start_vms.py index 3ab4383..c533162 100644 --- a/wally/start_vms.py +++ b/wally/start_vms.py
@@ -5,7 +5,7 @@ import logging import subprocess -from concurrent.futures import ThreadPoolExecutor, wait +from concurrent.futures import ThreadPoolExecutor from novaclient.exceptions import NotFound from novaclient.client import Client as n_client