Merge "Fix tobiko.fail called from assert_equal_containers_state" into osp-16.2
This commit is contained in:
commit
7d175f18d6
@ -693,5 +693,6 @@ def assert_equal_containers_state(expected_containers_list=None,
|
||||
" OK, all containers are on the same state")
|
||||
return
|
||||
if failures:
|
||||
tobiko.fail('container states mismatched:\n{!s}', '\n'.join(
|
||||
failures))
|
||||
tobiko.fail(
|
||||
'container states mismatched:\n{!s}'.format('\n'.join(failures)),
|
||||
ContainerMismatchException)
|
||||
|
Loading…
Reference in New Issue
Block a user