Merge "Remove unused ignore_error"
This commit is contained in:
commit
fcda4d62ba
@ -96,7 +96,7 @@ class ScenarioTest(tempest.test.BaseTestCase):
|
||||
|
||||
def addCleanup_with_wait(self, waiter_callable, thing_id, thing_id_param,
|
||||
cleanup_callable, cleanup_args=None,
|
||||
cleanup_kwargs=None, ignore_error=True):
|
||||
cleanup_kwargs=None):
|
||||
"""Adds wait for async resource deletion at the end of cleanups
|
||||
|
||||
@param waiter_callable: callable to wait for the resource to delete
|
||||
|
Loading…
Reference in New Issue
Block a user