ovn-octavia-provider/ovn_octavia_provider/tests/unit/common
Brian Haley 88ea5cf828 Remove the dependency on the "mock" package
This repo is 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".

Fixed one related functional test failure.

Change-Id: I4f7568b1af254488cbc75aefac2a1708e70eaf31
2020-04-02 17:36:25 -04:00
..
__init__.py Stop using Octavia network driver 2020-03-31 08:15:38 +00:00
test_clients.py Remove the dependency on the "mock" package 2020-04-02 17:36:25 -04:00