summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/volume/v3
Commit message (Collapse)AuthorAgeFilesLines
* Fix volume qos spec listDean Troyer2017-04-281-1/+2
| | | | | | | | | | | | | | | This has been sporadically failing in functional tests due to the way the volume qos spec list command calls get_associations() for each spec. When tests run in parallel occasionally a spec from another test is present in the list returned and is deleted before the get_associations() call is made, causing a NotFound exception. We should just keep going when this occurs. * make v1 match v2 * add tests to ensure the exception is being caught and handled Closes-Bug: #1687083 Change-Id: If2d17c1deb53d293fc2c7f0c527a4e4ef6f69976
* Add Cinder v3 client support for volumesJustin A Wilson2017-02-207-0/+139
Initial Cinder v3 support Change-Id: Idd5074832e80697ed0671f06d3291dfd92dbfb08