neutron/neutron/tests/unit/services/l3_router
Brian Haley 7594bb0627 Remove the dependency on the "mock" package
Now that we are python3 only, we should move to using the built
in version of mock that supports all of our testing needs and
remove the dependency on the "mock" package.

This patch moves all references to "import mock" to
"from unittest import mock". It also cleans up some new line
inconsistency.

Fixed an inconsistency in the OVSBridge.deferred() definition
as it needs to also have an *args argument.

Fixed an issue where an l3-agent test was mocking
functools.partial, causing a python3.8 failure.

Unit tests only, removing from tests/base.py affects
functional tests which need additional work.

Change-Id: I40e8a8410840c3774c72ae1a8054574445d66ece
2020-04-28 18:05:37 -04:00
..
service_providers Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
__init__.py Add flavor/service provider support to routers 2016-07-26 16:13:35 -07:00
test_l3_router_plugin.py Allow to disable DVR api extension loading 2017-04-16 17:44:31 -07:00