summaryrefslogtreecommitdiff
path: root/functional/tests/object
Commit message (Collapse)AuthorAgeFilesLines
* move all functional tests to tests moduleSteve Martinelli2016-09-094-122/+0
| | | | | | | | | | | | | | 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
* Deduplicate get_opts methodsKyrylo Romanenko2016-07-051-5/+4
| | | | | | | | One get_opts method can work instead of get_list_opts and get_show_opts both. Remove mutable default value. Change-Id: I9c5683d416f0f3ed4989abab6f152b0341e30a4f
* Improve tmpfile cleanup in functestsCedric Brandily2016-04-061-15/+15
| | | | | | | | | | | This change replaces when possible homemade temporary file management by tempfile.NamedTemporaryFile[1][2] and defines only when needed a cleanup for a temporary file[2]. [1] functional/tests/compute/v2/test_keypair.py [2] functional/tests/object/v1/test_object.py Change-Id: I728ab96381ca9f3fd1f899dd50e5ceb5e97b9397
* Add recursive object delete for containersTerryHowe2016-02-051-1/+4
| | | | Change-Id: Ib291e79864c218464e842a08efd3742193ba5ff0
* Add image functional testsTerryHowe2015-06-021-1/+1
| | | | Change-Id: I30b219bc3393fcb197bda266125dcfb5c8780a3e
* Use format options for functional testsTerryHowe2015-05-171-0/+42
| | | | | | | Use the format options for functional tests so we can have more assertEquals and less assertIn. Change-Id: I34e6c76b42964f7b596ea35e6b0354a242611cb4
* Remove unique class names because they are scopedTerryHowe2015-04-271-4/+6
| | | | | | | Remove unique class names because they are module scoped. Also, add cleanup of the tmp file in the object test. Change-Id: I8107a02b13ff87793ba1e56e0f0ad26890f24369
* Functional tests run in many environmentsTerryHowe2015-04-251-26/+8
| | | | | | | | Have the functional tests running with less customization and less shell. This change will allow the functional tests to be run against any cloud set up in the environment. Change-Id: I24f621fbace62273e5a0be24e7af9078c0fc8550
* Re-organize functional testsSteve Martinelli2015-04-173-0/+94
The tests should be further divded by project version, similar to the structure of the unit tests. Change-Id: Ied3a4204983cdd253c5602a60968c066038d88f2