Merge "Remove unnecessary tearDown function in testcase"

This commit is contained in:
Jenkins 2017-04-04 09:34:46 +00:00 committed by Gerrit Code Review
commit 66ef4e3848

View File

@ -88,9 +88,6 @@ class RunActionEngineTest(base.EngineTestCase):
"""
actions.create_actions(action)
def tearDown(self):
super(RunActionEngineTest, self).tearDown()
def test_run_action_sync(self):
# Start action and see the result.
action_ex = self.engine.start_action('std.echo', {'output': 'Hello!'})