summaryrefslogtreecommitdiff
path: root/functional/tests/image/v2
Commit message (Collapse)AuthorAgeFilesLines
* Unskip the tests affected by warlock 1.3.0Steve Martinelli2016-07-171-3/+0
| | | | | | | 1) This reverts commit 044a46ed5f040020cf80adc1ace987802344e87d which was broken by warlock 1.3.0 Change-Id: Ia286d9394586884018c4e62cf581e39a809f5545
* Deduplicate get_opts methodsKyrylo Romanenko2016-07-051-6/+6
| | | | | | | | One get_opts method can work instead of get_list_opts and get_show_opts both. Remove mutable default value. Change-Id: I9c5683d416f0f3ed4989abab6f152b0341e30a4f
* skip image tag testsSteve Martinelli2016-06-271-0/+3
| | | | | | | | the command ``image set tag <tag> <image>`` is now failing skip the test so our gate isn't broken. Change-Id: I05e415b212e76aef62c1b0b966863573eff338e9 Partial-Bug: #1596573
* Add "image unset" commandsunyajing2016-05-281-0/+9
| | | | | | | | This patch add a command that supports unsetting image tags and properties Change-Id: I6f2cf45a61ff89da6664f3a34ae49fdd85d8c986 Closes-Bug:#1582968
* Add functional tests for "image" command v2Tang Chen2016-02-212-0/+67
The tests for image v2 are quite similar to the tests for v1. The only difference things are: 1. v2 "image set" command only allows to change the disk format for a queued image 2. v2 "image show" command output is different from v1 Change-Id: Ieb6bec7467887aab567743153ea3181afa49537d