nova/nova/tests/unit/virt/disk/mount
Miguel Herranz d2ef1ce309 Fix type error on call to mount device
The call in nova.virt.disk.mount.api.Mount.mnt_dev() to
nova.privsep.fs.mount() should include the `options` argument to
fulfill with the method signature.

The test test_do_mount_need_to_specify_fs_type has been modified to
check that the caller use the correct signature.

Closes-Bug: 1829506

Change-Id: Id14993db6ea33b2da14caa4b58671fc57c182706
Signed-off-by: Miguel Herranz <miguel@midokura.com>
2019-06-26 18:16:19 -04:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_api.py Use SleepFixture instead of mocking _ThreadingEvent.wait 2018-11-08 16:50:39 -05:00
test_block.py virt: allow for direct mounting of LocalBlockImages 2015-12-10 16:15:44 +00:00
test_loop.py Move loopback setup and removal to privsep. 2017-10-24 18:50:33 +11:00
test_nbd.py Fix type error on call to mount device 2019-06-26 18:16:19 -04:00