neutron/neutron/tests/functional/cmd
Brian Haley 8126f88894 Complete removal of 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 completes removal of all references to "import mock",
changing to "from unittest import mock" in fullstack and
functional tests.

Added a hacking check to enforce it in future patches.

Change-Id: Ifcaf1c21bea0ec3c35278e49cecc90a101a82113
2020-05-01 12:05:34 -04:00
..
__init__.py Add a netns-cleanup functional test 2015-03-13 17:14:37 +00:00
process_spawn.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
test_ipset_cleanup.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_linuxbridge_cleanup.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_netns_cleanup.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_ovs_cleanup.py Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
test_status.py Fix neutron-status upgrade check CLI tool 2019-03-21 15:01:50 +00:00