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
self.saved_attr_map[res] = attrs.copy()
# Update the plugin and extensions path
- self.setup_coreplugin(plugin)
cfg.CONF.set_override('allow_pagination', True)
cfg.CONF.set_override('allow_sorting', True)
ext_mgr = VlanTransparentExtensionManager()