summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/image/v2
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the changes of os.environ in functional testsRui Chen2017-07-201-5/+17
| | | | | | | | | | | | Use fixtures to restore the API version changes of os.environ in each functional tests, aims to avoid the following test cases failing in unexpected context. And make sure setUpClass/tearDownClass call super class's corresponding methods first. Change-Id: Ie248fe9d3a9e25f1b076c9f2c363200f29a83817 Closes-Bug: #1696080
* image-list should support filters 'name','status'nidhimittalhada2017-07-121-0/+18
| | | | | | | | | nova api support parameters like 'name', 'server', 'status', etc in image-list(). So openstackclient should support this too. DocImpact Closes-Bug: #1698742 Change-Id: Ice66b409f989e6785aa3b2d42f2fdbf6e23fa0aa
* JSON-ify image functional testsDean Troyer2017-05-241-64/+206
| | | | Change-Id: Ica91eddfdebe68449544feb5e29113db075bf11c
* Convert image functional tests into JSON formatAkihiro Motoki2017-05-171-32/+37
| | | | Change-Id: Ic8eb72e8f89e5e40cf2b7594a196bb31d38e6b04
* Rework port functional tests on json output formatRui Chen2017-02-211-1/+1
| | | | | | | | | | Some functional tests try to parse the CLI table output format, that cause much work on parse string by using regular expression. Using json format in functional tests is better and easier way, the patch rework for port related tests. Change-Id: I0ec997bf63da4925742848c593db09d89655ca34
* Add support for Glance 'update image members' featureJordan Pittier2017-01-041-0/+22
| | | | | | | | | This patch adds 3 new options to the "image set" command: --accept, --reject and --pending. This updates the membership status for an image. Closes-Bug: 1620481 Change-Id: I13b8c067aad68ece9ff636fbdd83bcb3663c91b2
* move all functional tests to tests moduleSteve Martinelli2016-09-092-0/+76
functional tests should be grouped with other tests (unit and integration tests). as part of this commit the "common" module was renamed to just "base", this was done for simplicity. the post_test_hook.sh file was also copied to the functional module since it should live there. a separate change to the infra repo will be made to call the new location, once that is merged we can remove the old one (a new change will also be posted for that) Needed-By: I49d54f009021d65c1ae49faf6b3f0a7acdadd7b3 Change-Id: Ie8c334f6223373b8e06df8bd8466500d2a2c8ede