Merge "Fix test fail in neutron.tests.unit.test_security_groups_rpc"

This commit is contained in:
Jenkins 2013-07-31 15:50:50 +00:00 committed by Gerrit Code Review
commit 810472823e

View File

@ -1110,11 +1110,6 @@ class TestSecurityGroupAgentWithIptables(base.BaseTestCase):
def setUp(self):
super(TestSecurityGroupAgentWithIptables, self).setUp()
self.mox = mox.Mox()
agent_opts = [
cfg.StrOpt('root_helper', default='sudo'),
]
cfg.CONF.register_opts(agent_opts, "AGENT")
cfg.CONF.set_override(
'firewall_driver',
self.FIREWALL_DRIVER,