File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ def teardown_module(module):
52
52
pool .map (destroy_server , manager .get_servers ())
53
53
pool .map (delete_tag , manager .get_tags ())
54
54
else :
55
- print ('removing {}' .format (CREATED_SERVERS ))
55
+ print ('removing {0 }' .format (CREATED_SERVERS ))
56
56
for server in CREATED_SERVERS :
57
57
server .stop_and_destroy ()
58
58
59
- print ('removing {}' .format (CREATED_TAGS ))
59
+ print ('removing {0 }' .format (CREATED_TAGS ))
60
60
for tag in CREATED_TAGS :
61
61
manager .delete_tag (tag )
62
62
@@ -97,7 +97,7 @@ def test_infra_ops():
97
97
found = True
98
98
99
99
if not found :
100
- raise Exception ('server {} not found in all_servers' .format (cs .uuid ))
100
+ raise Exception ('server {0 } not found in all_servers' .format (cs .uuid ))
101
101
102
102
# assert servers' states
103
103
# TODO(elnygren): add more assertions here
You can’t perform that action at this time.
0 commit comments