summaryrefslogtreecommitdiff
path: root/openstackclient/tests/image/v1/fakes.py
Commit message (Collapse)AuthorAgeFilesLines
* Image create and set command updates and testsDean Troyer2014-06-161-1/+27
| | | | | | | | | | | | | Refactor image create and set commands to properly handle properties. This is particularly tricky with exclusive booleans as in this case leaving both choices off the command line should NOT assume a default value but leave the existing value unchanged. Properties were not being updated correctly in the 'image set' command. Refactor it to use the same pattern as in other SetXxx commands. Add tests for arg handling. Change-Id: I123a64c9b4feecab25a3e2013cc047f55b1c9967
* Complete basic test infrastructureDean Troyer2013-11-181-0/+46
This finally gets all of the API tests into a common framework regarding test classes and so forth. Change-Id: If675347129c50dcba0bfc5b6c58f5a2ca57ff46c