compute-hyperv/compute_hyperv/tests/unit
Lucian Petrut e7de7eef9d fix coordination unit tests
One of the coordination unit tests fails because of a mock that's
being applied twice. This affects Python 3.10 in particular.

We're addressing the issue by disabling "MOCK_TOOZ" for that
specific test.

Change-Id: If02f7ad022679d74cb88f558b85ee7d22f253c77
2022-09-19 12:12:00 +03:00
..
cluster Address driver API changes (finish_migration) 2020-04-23 11:37:39 +03:00
utils Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
__init__.py move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
test_base.py Remove monotonic usage 2020-05-04 17:16:38 -05:00
test_block_device_manager.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_coordination.py fix coordination unit tests 2022-09-19 12:12:00 +03:00
test_driver.py Pick up 'unrescue' driver method signature change 2020-08-03 11:57:46 +03:00
test_eventhandler.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_hostops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_imagecache.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_livemigrationops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_migrationops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_pathutils.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_pdk.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_rdpconsoleops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_serialconsolehandler.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_serialconsoleops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_serialproxy.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_snapshotops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00
test_vif.py Drop OVS support 2021-05-26 08:55:56 +03:00
test_vmops.py Avoid caching images when unshelving 2020-12-14 14:31:47 +02:00
test_volumeops.py Use unittest.mock instead of third party mock 2020-04-13 12:47:26 +03:00