summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/disk/mount
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-013-3/+5
* Fix typosRajesh Tailor2022-05-301-1/+1
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* We no longer need rootwrap.Michael Still2019-02-272-3/+0
* lxc: make use of filter python3 compatibleSean Mooney2019-08-131-3/+25
* Merge "Fix type error on call to mount device"Zuul2019-06-271-0/+2
|\
| * Fix type error on call to mount deviceMiguel Herranz2019-06-261-0/+2
* | hacking: Resolve E741 (ambiguous variable name)Stephen Finucane2019-06-241-22/+23
* | Mock time.sleep() in unit testsEric Fried2019-04-011-0/+2
|/
* Use SleepFixture instead of mocking _ThreadingEvent.waitmelanie witt2018-11-081-0/+6
* remove mocks of oslo.service private membersDoug Hellmann2018-11-081-2/+0
* Grease some more tests hitting RetryDecoratorEric Fried2018-08-021-0/+2
* Fix unit tests to work with new oslo.configEric Fried2018-03-311-8/+9
* Move kpartx calls to privsep.Michael Still2017-10-241-19/+18
* Move nbd commands to privsep.Michael Still2017-10-241-72/+46
* Move loopback setup and removal to privsep.Michael Still2017-10-241-20/+10
* Cleanup mount / umount and associated rmdir callsMichael Still2017-10-181-5/+3
* Port virt.disk.mount.test_nbd to Python 3ChangBo Guo(gcb)2016-12-081-1/+2
* Stop using mox stubs in nova/tests/unit/virt/diskTakashi NATSUME2016-11-211-8/+10
* Remove unnecessary setUp and tearDownzhufl2016-09-201-3/+0
* Wait for device to be mappedAlexis Lee2016-03-161-6/+18
* virt: allow for direct mounting of LocalBlockImagesAndrew Melton2015-12-102-0/+128
* Add some tests for map_devAlexis Lee2015-10-151-0/+116
* virt: convert disk mount API to use nova.virt.image.modelDaniel P. Berrange2015-06-042-17/+27
* move all tests to nova/tests/unitSean Dague2014-11-123-0/+429