neutron/neutron/tests/common
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
..
agents Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Remove references to unittest2 library 2020-01-14 09:03:26 +00:00
config_fixtures.py Add more info when parsing config fails 2019-10-18 19:37:05 -04:00
conn_testers.py Drop of_interface option 2019-05-24 10:33:48 +02:00
helpers.py Stop testing python 2 2019-10-25 18:50:08 +00:00
l3_test_common.py Give some HA router case specific resources 2019-04-06 09:08:06 +08:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py [Fullstack] Handle properly BrokenPipeError exception 2020-04-14 11:35:44 +00:00