Merge "Fix octavia driver unittests" into stable/train

This commit is contained in:
Zuul 2019-11-03 12:21:06 +00:00 committed by Gerrit Code Review
commit c8a6d8590f
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class TestNsxProviderDriver(testtools.TestCase):
return
# init the NSX driver without the RPC & certificate
with mock.patch(DRIVER + '._init_rpc_messaging'), \
mock.patch(DRIVER + '._init_rpc_listener'), \
mock.patch(DRIVER + '._init_cert_manager'):
self.driver = driver.NSXOctaviaDriver()
self.driver.client = mock.Mock()