nova/nova/tests/fixtures
Balazs Gibizer a341851f15 Move ReaderWriterLock to the test tree
The commit I168fffac8002f274a905cfd53ac4f6c9abe18803 added a wrapper
around fasteners.ReaderWriterLock to fix up an issue with eventlet. But
the wrapper was added to nova.utils module that is use not only by the
nova tests but also the nova production code. This made the fixture
library a dependency of the nova production code. While the current
ReaderWriterLock usage only limited to the nova test sub tree. The
I712f88fc1b6053fe6d1f13e708f3bd8874452a8f commit fix the issue of not
having fixtures in the nova requirements.txt. However I think a better
fix is to move the wrapper to the test subtree instead. This patch does
that and restores the state of the requirements.txt

Change-Id: I6903ce53b9b91325f7268cf2ebd02e4488579560
Related-Bug: #1958075
2022-01-17 13:29:35 +01:00
..
__init__.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
api_paste.py tests: Move remaining non-libvirt fixtures 2021-05-12 16:32:43 +01:00
cast_as_call.py tests: Move remaining non-libvirt fixtures 2021-05-12 16:32:43 +01:00
cinder.py fup: Refactor and simplify Cinder fixture GET volume mock 2021-10-07 10:45:43 +01:00
conf.py Add autopep8 to tox and pre-commit 2021-11-08 12:37:27 +00:00
cyborg.py smartnic support - functional tests 2021-08-05 15:58:43 +08:00
glance.py tests: Split external service fixtures out 2021-05-13 14:28:33 +01:00
libvirt.py Add autopep8 to tox and pre-commit 2021-11-08 12:37:27 +00:00
libvirt_data.py libvirt: Enable 'vmcoreinfo' feature by default 2021-05-26 17:26:05 +01:00
libvirt_imagebackend.py tests: Rename 'ImageBackendFixture' to 'LibvirtImageBackendFixture' 2021-05-24 11:00:59 +01:00
neutron.py Add autopep8 to tox and pre-commit 2021-11-08 12:37:27 +00:00
notifications.py Prevent leaked eventlets to send notifications 2021-10-14 18:27:30 +02:00
nova.py Move ReaderWriterLock to the test tree 2022-01-17 13:29:35 +01:00
os_brick.py fup: Mock all unix connectors in os-brick fixture 2021-08-12 09:03:22 +01:00
policy.py Add autopep8 to tox and pre-commit 2021-11-08 12:37:27 +00:00