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):
5252 pool .map (destroy_server , manager .get_servers ())
5353 pool .map (delete_tag , manager .get_tags ())
5454 else :
55- print ('removing {}' .format (CREATED_SERVERS ))
55+ print ('removing {0 }' .format (CREATED_SERVERS ))
5656 for server in CREATED_SERVERS :
5757 server .stop_and_destroy ()
5858
59- print ('removing {}' .format (CREATED_TAGS ))
59+ print ('removing {0 }' .format (CREATED_TAGS ))
6060 for tag in CREATED_TAGS :
6161 manager .delete_tag (tag )
6262
@@ -97,7 +97,7 @@ def test_infra_ops():
9797 found = True
9898
9999 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 ))
101101
102102 # assert servers' states
103103 # TODO(elnygren): add more assertions here
You can’t perform that action at this time.
0 commit comments