nfv/nfv/nfv-tests
Al Bailey 0df5aaaf5d Replace mock with unittest.mock
mock module has been deprecated in favor of unittest.mock
which is part of the standard python library.

This review removes mock as a third party dependency, and
updates all unittest imports to use unittest.mock instead.

nova-api-proxy had mock as a test requirement, however it
was not using it.

This change has no impact on runtime code.

Test Plan:
  PASS: tox passing for nfv
  PASS: build-pkgs -p nfv
  PASS: tox passing for nova-api-proxy
  PASS: build-pkgs -p nova-api-proxy

Story: 2010531
Task: 47142

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I991d07e87fbdc7fecc4e790550df2472b9b5b24b
2023-01-24 22:13:59 +00:00
..
nfv_api_tests Update default floating management address 2020-06-01 17:39:53 -05:00
nfv_scenario_tests Convert yaml.load to yaml.safe_load 2023-01-19 19:57:23 +00:00
nfv_unit_tests Replace mock with unittest.mock 2023-01-24 22:13:59 +00:00
__init__.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00