Fix broken unit tests

commit I06cb626496866b90f60b406d1141ecad6e1a47e1 broke the nsx-v3
unit tests by disabling the dhcp rpc.
This commit re-add it to the unit tests.

Change-Id: Ic8f2331fc51eea098f16526f047d3d098cc47145
This commit is contained in:
Adit Sarfaty 2017-04-23 09:45:26 +03:00
parent a6ae5b0f8b
commit 69b38375d0

View File

@ -549,6 +549,8 @@ class TestL3NatTestCase(L3NatTest,
test_ext_route.ExtraRouteDBTestCaseBase,
test_metadata.MetaDataTestCase):
block_dhcp_notifier = False
def setUp(self, plugin=PLUGIN_NAME,
ext_mgr=None,
service_plugins=None):