nova/nova/tests/unit/virt/powervm
Takashi NATSUME 1eec451b1b Tests: autospecs all the mock.patch usages
By default, mock.patch's autospec argument is None, meaning that
there's no signature checking for the patched methods and functions.

oslotest.mock_fixture.patch_mock_module fixes a few issues within
mock.patch functions, as well as setting autospec=True by default,
unless otherwise specified or new_callable, create, spec arguments
are passed in.

Co-Authored-By: Claudiu Belu <cbelu@cloudbasesolutions.com>
Change-Id: I4484e63c97bd1cdde3d88855eabe7545784f365e
Closes-Bug: #1735588
2019-08-19 09:43:10 -05:00
..
disk Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
tasks PowerVM Driver: vSCSI Fibre Channel volume adapter 2018-05-22 11:39:32 -05:00
volume PowerVM Driver: vSCSI Fibre Channel volume adapter 2018-05-22 11:39:32 -05:00
__init__.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_driver.py Tests: autospecs all the mock.patch usages 2019-08-19 09:43:10 -05:00
test_host.py hypervisor_hostname must match get_available_nodes 2017-06-20 16:34:38 -05:00
test_image.py Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
test_media.py Use tempfile for powervm config drive 2018-10-19 06:52:17 -04:00
test_mgmt.py PowerVM Driver: Snapshot 2018-04-25 14:35:12 -05:00
test_vif.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_vm.py trivial: Remove unused constants, functions 2019-04-03 13:37:29 +00:00