]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix test fail in neutron.tests.unit.test_security_groups_rpc
authorAaron Rosen <arosen@nicira.com>
Wed, 24 Jul 2013 23:35:24 +0000 (16:35 -0700)
committerAaron Rosen <arosen@nicira.com>
Tue, 30 Jul 2013 22:38:23 +0000 (15:38 -0700)
commitcce692dc528290dda19ef70b9bb6e2dab5018abd
tree9f59af1626f6d03924e0925c77069d4469a502b6
parentba82733dd20434c7a9b301530ff5e706f0066a4f
Fix test fail in neutron.tests.unit.test_security_groups_rpc

If running:

tox -epy27 neutron.tests.unit.test_security_groups_rpc

Tests fail with: DuplicateOptError: duplicate option: root_helper
as this is already registered and can be removed.

Fixes bug: 1204700

Change-Id: I8b591357988c5546ae55b6531cf1786b7eb84e20
neutron/tests/unit/test_security_groups_rpc.py