Skip to content

Commit

Permalink
Unblock rbac commit by removing the fixtures.Fixture inheritance
Browse files Browse the repository at this point in the history
Change-Id: I1c1e9166913de7a470593ac77e15674a43ebd4b9
  • Loading branch information
Senthilnathan Murugappan committed Dec 19, 2016
1 parent 8a2545f commit b2087fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_scripts/upgrade/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from fabric.state import connections
from scripts.securitygroup.config import ConfigSecGroup

class BaseResource(fixtures.Fixture, ConfigSvcChain, VerifySvcChain, BaseTestLbaas, BaseNeutronTest):
class BaseResource(ConfigSvcChain, VerifySvcChain, BaseTestLbaas, BaseNeutronTest):

def setUp(self, inputs, connections, logger):
super(BaseResource , self).setUp()
Expand Down

0 comments on commit b2087fe

Please sign in to comment.