Merge "Fix tobiko.fail called from assert_equal_containers_state"
This commit is contained in:
commit
14f1297c60
@ -573,5 +573,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)),
|
||||
rhosp_containers.ContainerMismatchException)
|
||||
|
Loading…
x
Reference in New Issue
Block a user