summaryrefslogtreecommitdiff
path: root/nova/tests/image
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for glanceclient ssl optionsMatt Riedemann2014-09-201-0/+10
* virt: use compute.arch constants and validate architecturesDaniel P. Berrange2014-09-031-3/+4
* Remove final use of glance_stubsJay Pipes2014-08-151-2/+15
* Removes GlanceClient stubsJay Pipes2014-08-151-199/+204
* Pull transfer module unit tests from glance testsJay Pipes2014-08-152-254/+322
* Remove duplicate test of passing glance paramsJay Pipes2014-08-071-15/+9
* Convert glance unit tests to not use stubsJay Pipes2014-08-071-157/+122
* Migrate test_glance from mox to mockChris Buccella2014-08-051-27/+13
* Only get image location attributes if including locationsMatt Riedemann2014-08-011-7/+16
* Merge "Reduce unit test times for glance"Jenkins2014-07-301-1/+1
|\
| * Reduce unit test times for glanceGary Kotton2014-06-191-1/+1
* | Add include_locations kwarg to nova.image.API.get()Dmitry Borodaenko2014-07-283-75/+62
* | Fix and Gate on E265Joe Gordon2014-07-242-3/+3
* | Fix and gate on H305 and H307Davanum Srinivas2014-07-152-8/+5
* | Deprecate glance_* configuration settingsGary Kotton2014-06-181-25/+26
|/
* Merge "Removed copyright from empty files"Jenkins2014-06-081-14/+0
|\
| * Removed copyright from empty filesAndras Gyacsok2014-02-271-14/+0
* | Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-3/+2
* | Merge "Fix nova image-show with queued image"Jenkins2014-05-271-0/+34
|\ \
| * | Fix nova image-show with queued imageliu-sheng2014-05-221-0/+34
* | | Catch missing Glance image attrs with NoneAndrew Woodward2014-05-211-0/+42
|/ /
* | Fix calls to mock.assert_not_called()Matt Riedemann2014-05-041-10/+10
* | Rename NotAuthorized exception to ForbiddenMatt Riedemann2014-04-251-2/+2
* | Move _get_locations to module level plus testsJay Pipes2014-04-131-0/+62
* | Refactor unit tests for image service CRUDJay Pipes2014-04-111-120/+151
* | Refactors unit tests of image service detail()Jay Pipes2014-03-241-146/+83
* | Refactors nova.image.glance unit tests for show()Jay Pipes2014-03-241-77/+100
* | GlanceImageService static methods to module scopeJay Pipes2014-03-181-12/+12
* | Merge "Revert "Adding image multiple location support""Jenkins2014-03-121-6/+0
|\ \
| * | Revert "Adding image multiple location support"Dan Smith2014-03-121-6/+0
* | | Ensure is_image_available handles V2 Glance APIJay Pipes2014-03-111-0/+123
|/ /
* | Adding image multiple location supportZhi Yan Liu2014-03-051-0/+6
* | Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-4/+2
|/
* Remove @author from copyright statements.Michael Still2014-02-121-1/+0
* Remove vi modelinesliu-sheng2014-02-035-10/+0
* Comply with new hacking 0.8 releaseZhongyue Luo2013-12-021-3/+2
* Replace assertEquals with assertEqual - tests/etcZhongyue Luo2013-11-121-2/+1
* image tests: replace assertEquals with assertEqualGary Kotton2013-11-112-28/+28
* Utilizes assertIsNone and assertIsNotNone - tests/etcZhongyue Luo2013-10-311-8/+7
* Utilizes assertIn - tests/etcZhongyue Luo2013-10-211-4/+4
* Merge "xenapi: refactor: move UpdateGlanceImage to common"Jenkins2013-10-101-0/+18
|\
| * xenapi: refactor: move UpdateGlanceImage to commonMate Lakat2013-09-231-0/+18
* | Utilize assertIsInstanceZhongyue Luo2013-10-091-2/+2
* | Merge "Remove exceptions.Duplicate"Jenkins2013-09-242-2/+2
|\ \
| * | Remove exceptions.DuplicateMichael Still2013-09-242-2/+2
| |/
* | Merge "Convert TestCases to NoDBTestCase"Jenkins2013-09-241-1/+1
|\ \
| * | Convert TestCases to NoDBTestCaseMichael Still2013-09-211-1/+1
* | | Merge "Convert TestCases to NoDBTestCase"Jenkins2013-09-241-4/+4
|\ \ \ | |/ /
| * | Convert TestCases to NoDBTestCaseMichael Still2013-09-211-4/+4
* | | Added 'page_size' param to image listSumanth Nagadavalli2013-09-241-2/+12
| |/ |/|