]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicated call to setup_coreplugin
authorKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 01:31:38 +0000 (18:31 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 01:38:17 +0000 (18:38 -0700)
commitba7d673d1ddd5bfa5aa1be5b26a59e9a8cd78a9f
treeb5fdbf3765ea958e51114a6763c4c68925d5244a
parente64062efa3b793f7c4ce4ab9e62918af4f1bfcc9
Remove duplicated call to setup_coreplugin

The test case for vlan_transparent was calling setup_coreplugin
before calling the super setUp method which already calls
setup_coreplugin. This was causing duplicate core plugin fixtures
which resulted in patching the dhcp periodic check twice.

Change-Id: Ide4efad42748e799d8e9c815480c8ffa94b27b38
Partial-Bug: #1468998
neutron/tests/unit/extensions/test_vlantransparent.py