nova/nova/tests/virt
liyingjun 51f3eb66ef Fix wrong command for _rescan_multipath
The _run_multipath command is wrong in [1], it should be 'multipath -r'
not 'multipath - r'. And adds test for this.

[1]: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L590

Change-Id: I3c5d12cc11988d65a8fc9e6143d26c2d1220d253
Closes-bug: 1362916
2014-08-08 15:54:17 +08:00
..
baremetal Fix last of direct use of object modules 2014-07-22 19:37:12 +10:00
disk libvirt: make guestfs methods always return list of tuples 2014-08-05 09:57:51 +08:00
hyperv console: add typed console objects 2014-09-01 12:02:31 +00:00
libvirt Fix wrong command for _rescan_multipath 2014-08-08 15:54:17 +08:00
vmwareapi vmwareapi oslo.vmware library integration 2014-09-01 16:06:51 -04:00
xenapi Merge "console: add typed console objects" 2014-09-02 16:25:33 +00:00
__init__.py refactor: extract method: connect_volume 2012-11-20 08:30:19 +00:00
test_block_device.py Move _is_mapping to more central location 2014-08-16 21:40:29 -04:00
test_configdrive.py Test force_config_drive as a boolean as last resort 2014-06-17 07:52:28 +10:00
test_diagnostics.py Diagnostics: add validation for types 2014-08-05 01:49:17 -07:00
test_driver.py virt: add test helper for checking public driver API method names 2014-06-30 10:56:39 +01:00
test_events.py add repr for event objects 2014-06-30 16:02:21 -04:00
test_hardware.py virt: setup TCP chardevice in libvirt driver 2014-09-01 12:02:30 +00:00
test_imagecache.py Image cache tests: ensure that assertEquals has expected param first 2014-08-15 08:09:36 -07:00
test_images.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_ironic_api_contracts.py Power off commands should give guests a chance to shutdown 2014-08-19 12:03:52 +00:00
test_virt.py Replace assertEqual(None, *) with assertIsNone in tests 2014-02-16 17:31:28 +08:00
test_virt_drivers.py console: add typed console objects 2014-09-01 12:02:31 +00:00
test_volumeutils.py Refactor get_iscsi_initiator to a common location 2014-02-17 16:48:02 +00:00