summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/test_imagecache.py
Commit message (Expand)AuthorAgeFilesLines
* Consolidate [image_cache] conf optionsEric Fried2019-11-131-5/+5
* config: remove deprecated checksum optionsMohammed Naser2019-08-151-62/+4
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Move the dac_admin privsep code to a new location.Michael Still2017-09-181-3/+3
* Move execs of touch to privsep.Michael Still2017-09-081-9/+8
* Don't check for file type in _find_base_fileMatthew Booth2017-04-271-5/+3
* Rename _handle_base_image to _mark_in_useMatthew Booth2017-04-271-61/+2
* conf: Remove config option compute_ managerChangBo Guo(gcb)2016-12-081-2/+2
* Cleanup before removal of conductor local apisHans Lindgren2016-10-181-3/+0
* Merge "Stop using mox in virt/libvirt/test_imagecache.py"Jenkins2016-10-141-47/+46
|\
| * Stop using mox in virt/libvirt/test_imagecache.pyDao Cong Tien2016-09-061-47/+46
* | Fix database poison warnings, part 11Diana Clarke2016-07-221-10/+14
|/
* Merge "Fix invalid uuid warnings in virt testcases"Jenkins2016-06-161-9/+11
|\
| * Fix invalid uuid warnings in virt testcasessrushti2016-06-021-9/+11
* | Fix imagecache.get_cache_fname() to work in python3Matthew Booth2016-06-071-0/+17
|/
* Rename ImageCacheManager._list_base_images to _scan_base_imagesMatthew Booth2016-05-261-3/+3
* Remove image cache image verificationMatthew Booth2016-05-261-255/+23
* Fix test_age_and_verify_swap_imagesMatthew Booth2016-05-261-12/+15
* Config options: Centralize netconf optionsPushkar Umaranikar2016-04-241-1/+0
* config options: centralize section "service"Tracy Jones2016-04-041-1/+0
* config options: Centralise 'virt.imagecache' optionsStephen Finucane2016-03-301-2/+2
* Reduce number of db calls during image cache manager periodic taskHans Lindgren2016-03-281-10/+6
* libvirt: Race condition leads to instance in errorAnkit Agrawal2016-02-051-19/+30
* Merge "Replace stubs.Set with stub_out (db)"Jenkins2016-02-011-3/+2
|\
| * Replace stubs.Set with stub_out (db)Diana Clarke2016-01-301-3/+2
* | Merge "Replace stubs.Set with stub_out (os)"Jenkins2016-02-011-25/+25
|\ \ | |/ |/|
| * Replace stubs.Set with stub_out (os)Diana Clarke2016-01-141-25/+25
* | enginefacade: 'instance'Sergey Nikitin2016-01-221-1/+2
|/
* Change test function name to make more sensejichenjc2015-11-181-1/+1
* Use JSON format instead of json formatzhang.yufei@99cloud.net2015-11-161-1/+1
* Get py34 subunit.run test discovery to workDavanum Srinivas2015-07-281-2/+2
* Use six.moves.range for Python 3Victor Stinner2015-05-201-1/+1
* Use oslo.logDavanum Srinivas2015-02-221-2/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* Merge "Remove lock files when remove libvirt images"Jenkins2015-01-191-1/+16
|\
| * Remove lock files when remove libvirt imagesjichenjc2015-01-021-1/+16
* | Added hacking rule for assertTrue/False(A in B)Sergey Nikitin2015-01-071-3/+3
|/
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* image cache clean-up to clean swap diskjichenjc2014-11-111-3/+99
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+887