ovn-octavia-provider/ovn_octavia_provider/tests
Brian Haley 7d719a225d 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.

Conflicts:
  ovn_octavia_provider/tests/functional/test_driver.py

Change-Id: I4f7568b1af254488cbc75aefac2a1708e70eaf31
(cherry picked from commit 88ea5cf828)
2021-06-03 14:17:45 -04:00
..
functional Remove the dependency on the "mock" package 2021-06-03 14:17:45 -04:00
unit Remove the dependency on the "mock" package 2021-06-03 14:17:45 -04:00
__init__.py Initialize repository 2020-01-15 14:41:32 +00:00