summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_block_device.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused validation code from block_deviceKen'ichi Ohmichi2017-02-091-10/+0
* Merge "Fixes py3 unit tests for nova.tests.unit.test_block_device.*"Jenkins2016-06-101-2/+5
|\
| * Fixes py3 unit tests for nova.tests.unit.test_block_device.*Ludovic Beliveau2016-06-091-2/+5
* | Fix invalid uuid warningssrushti2016-05-101-25/+26
|/
* Adding guard on None value for some helpers methodAndrea Rosa2016-01-281-0/+3
* Use stub_out and mock to remove mox:part 3jichenjc2016-01-131-3/+3
* Change assertEqual(True/False) to assertTrue/FalseAyush Garg2016-01-111-2/+2
* Fix order of arguments in assertEqualPranaliDeore2015-09-031-46/+43
* snapshot: Add device_name to the snapshot bdmsNikola Dipanov2015-07-021-2/+2
* Fix wrong check when use image in localwangxiyuan2015-06-181-0/+28
* snapshot: Copy some missing attrs to the snapshot bdmsNikola Dipanov2015-06-021-1/+4
* bdm: Make sure that delete_on_termination is a booleanNikola Dipanov2015-06-021-0/+12
* Release bdm constraint source and dest typejichenjc2015-03-201-3/+24
* Merge "libvirt: fix failure when attaching volume to iso instance"Jenkins2015-02-021-0/+2
|\
| * libvirt: fix failure when attaching volume to iso instancekiwik-chenrui2015-02-021-0/+2
* | Reject unsupported image to local BDMBalazs Gibizer2014-12-081-0/+8
|/
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+604