summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute/v2/test_server_image.py
Commit message (Collapse)AuthorAgeFilesLines
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-228/+0
| | | | | | | | this will better isolate the unit tests from the functional tests. unfortunately, the "integration" tests had to be lumped into the "unit" tests since we need the separation in testr.conf Change-Id: Ifd12198c1f90e4e3c951c73bfa1884ab300d8ded
* fix a few spelling mistakesgecong19732016-07-041-2/+2
| | | | | | | - overwriten should be overwritten - retrun should be return Change-Id: I1567402f4d5c7253e6a54d8753e3f201af7e6a54
* Use osc_lib in server_image.pyTang Chen2016-06-201-2/+3
| | | | | | | server_image.py is a newly created file. So I think we forgot to use osc_lib in it. Change-Id: Ieda13438662ea55b03f549108aac63c18b9af913
* Move server image create command to its own resource file.Dean Troyer2016-06-031-0/+227
Change-Id: If37e82072bd7a32b81bfb1a8bb048f018dd5b04f