summaryrefslogtreecommitdiff
path: root/functional/tests/volume/v1
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate get_opts methodsKyrylo Romanenko2016-07-053-14/+14
| | | | | | | | One get_opts method can work instead of get_list_opts and get_show_opts both. Remove mutable default value. Change-Id: I9c5683d416f0f3ed4989abab6f152b0341e30a4f
* support multi-delete for volume-typeSteve Martinelli2016-06-201-0/+13
| | | | | | | | | Added the ability to delete multiple volume types at once. Note there are no unit tests exist for v1 volume-types, so instead a functional test was created. Partial-Bug: #1592906 Change-Id: I99f3f22901ab35252b91a3072b14de7d19cb17ca
* Fix volume functional testsRichard Theis2016-06-154-85/+4
| | | | | | | | | | | | | | | The volume v2 functional tests occasionally fail with "unrecognized arguments: --private". This appears to occur when volume v1 and volume v2 functional tests are run at the same time when one or more of the tests do not set OS_VOLUME_API_VERSION appropriately. This patch also fixes a timing issue seen when running the tests locally due to a missing wait and moves the snapshot test to volume v2 since it was written for v2. Change-Id: I9c9863fe1aef81b0564920f36452c6f27211d5ba Closes-Bug: #1589793
* Add functional tests for snapshotsTerryHowe2016-02-051-0/+82
| | | | Change-Id: I863583d6c8263d144d45a0443fc6af04301d23e7
* unwedge the gateSteve Martinelli2015-10-081-0/+2
| | | | | | | devstack defaults to v3 and makes some janky assumptions in the generated rc files Change-Id: I4b0b3eb6ab2aa9be2ac4c2404b2f9655e3ed564e
* Add functional test for volume type create --propertyRobert Francis2015-08-051-7/+11
| | | | | | | Combine test_volume_set_one_propety and test_volume_type_set_unset_properties. Change-Id: Ia8862a59161f6a15880b87ea305fb5bb15c31300
* Added a new function test for volume type setJP Parkin2015-08-031-2/+13
| | | | | | | This is a new test to validate the setting of one property for an existing volume type Change-Id: Ia9a7d86ce9b0d8df9d64ddc1df2d443843bba5ef
* Merge "Removed unnecessary assignment of function result Joined lines together"Jenkins2015-08-011-4/+2
|\
| * Removed unnecessary assignment of function resultJoe Wigglesworth2015-07-311-4/+2
| | | | | | | | | | | | Joined lines together Change-Id: Iffe19c309369301137cfd52c8ea1aa988ce39f7e
* | Merge "Added test for `volume type show`"Jenkins2015-07-311-0/+5
|\ \
| * | Added test for `volume type show`Kenneth Chu2015-07-301-0/+5
| |/ | | | | | | Change-Id: I05bbbdd8389f57d567b02391cbbc52448a9a2e7a
* | Set OS_VOLUME_API_VERSION before running functional testsSteve Martinelli2015-07-303-4/+27
|/ | | | | | For v1 functional tests, set the env. var. Change-Id: I6c554932bdb8f99438d4f2ae855eb16c5bb3a357
* Add functional tests for volume type listRadu Mateescu2015-07-291-0/+40
| | | | | | add tests for `os volume type list` Change-Id: Icd874b9cfac9376cc410041806fac64f1ff0c59d
* Add functional tests for volume qosTerryHowe2015-07-171-0/+54
| | | | Change-Id: I80010b56b399bc027ac864304be60a3ee53bda00
* Add functional tests for volume set sizeTerryHowe2015-06-111-0/+7
| | | | Change-Id: Ie369c6366e1d0632ab1892fd019f5b12528c195b
* Add functional tests for volume set and unsetTerryHowe2015-06-031-1/+27
| | | | | | | Add functional tests for volume set and unset for metadata and resource values. Change-Id: Ief07fc5c480608bb900d55df935b89c503609c80
* Add volume functional testsTerryHowe2015-06-012-0/+45
Change-Id: I8e12837fb22cabeabf1cde341324927cc6ee0252