Merge "Remove unused ignore_error"

This commit is contained in:
Jenkins 2015-08-11 01:55:43 +00:00 committed by Gerrit Code Review
commit fcda4d62ba

View File

@ -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