Add missing ddt class decorator
Two classes were missing the @ddt.ddt class decorator. Add it, and fix tests where necessary. Change-Id: I6d692a688b5d97518d7cda1736cf09f628e9cd96
This commit is contained in:
parent
0fc4918b0d
commit
e90cc7b5f6
@ -22,6 +22,7 @@ from tests.unit import test
|
||||
SWIFT_UTILS = "rally.plugins.openstack.scenarios.swift.utils"
|
||||
|
||||
|
||||
@ddt.ddt
|
||||
class SwiftScenarioTestCase(test.ScenarioTestCase):
|
||||
|
||||
def test__list_containers(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user