From 69b38375d0ccbf7ce6f7bbd7b7cbf7c6e0900aab Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Sun, 23 Apr 2017 09:45:26 +0300 Subject: [PATCH] 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 --- vmware_nsx/tests/unit/nsx_v3/test_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vmware_nsx/tests/unit/nsx_v3/test_plugin.py b/vmware_nsx/tests/unit/nsx_v3/test_plugin.py index 7c67d0e5a4..6aadc9e59f 100644 --- a/vmware_nsx/tests/unit/nsx_v3/test_plugin.py +++ b/vmware_nsx/tests/unit/nsx_v3/test_plugin.py @@ -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):