summaryrefslogtreecommitdiff
path: root/openstackclient/tests/image/v1/test_image.py
Commit message (Expand)AuthorAgeFilesLines
* [Image] Check return value is None in image unit tests.Tang Chen2016-03-021-11/+15
* Fix DisplayCommandBase comments for cliff ShowOne subclass testsTang Chen2016-02-101-4/+12
* Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-091-6/+18
* Fix DisplayCommandBase comments for cliff Command subclass testsTang Chen2016-02-091-5/+0
* Refactor abstract columns and datalist out in image and objectSaiKiran2016-01-231-45/+23
* Change --owner to --project in image commandsDean Troyer2016-01-151-3/+6
* Add status column for "openstack image list"xiexs2015-11-291-10/+15
* image set should not show the resourceSteve Martinelli2015-10-061-10/+2
* Move update code from image create commandMarek Aufart2015-07-021-67/+65
* Add missing properties to image set commandAmey Bhide2015-05-251-0/+9
* Add image show testsDean Troyer2015-05-011-0/+33
* Handle the pagination for image listTerryHowe2015-04-201-7/+13
* Add sort support to image listzhiyuan_cai2015-02-061-0/+29
* Add filter to image listDean Troyer2015-01-271-2/+51
* fix the wrong order of assertEqual argswanghong2015-01-271-4/+4
* Begin low-level API for Image v1 and v2Dean Troyer2015-01-201-45/+122
* add multi-delete support for compute/image/net/volumewanghong2014-12-231-1/+1
* Close files on image createDean Troyer2014-10-141-5/+12
* Add more columns to image list outputSteve Martinelli2014-07-251-0/+45
* Python 3: do not use __builtin__Cyril Roelandt2014-07-031-1/+1
* Image create and set command updates and testsDean Troyer2014-06-161-46/+355
* Add --volume option to image create commandTerry Howe2014-03-051-0/+76
* Complete basic test infrastructureDean Troyer2013-11-181-0/+63