summaryrefslogtreecommitdiff
path: root/rally-jobs
Commit message (Collapse)AuthorAgeFilesLines
* Remove Block Storage API v2Brian Rosmaita2021-06-041-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | In this patch: - adjusted VersionsController to return only v3 - removed cinder.api.v2.router - adjustments to cinder.tests.unit.api.contrib to use /v3 only - moved cinder.api.v2.snapshot_metadata (and tests) to cinder.api.v3 - moved cinder.api.v2.types (and view, tests) to cinder.api.v3 - updated versions response in api-ref - removed unnecessary config option - updated various sample config files - removed experimental tempest-cinder-v2-api job - updated some docs - updated non-voting rally job config Some cinder.api.v2 modules are left because the v3 classes depend on them, but with the v2 router removed, these are unreachable via the /v2 path. Depends-on: https://review.opendev.org/c/openstack/rally-openstack/+/794891 (changes rally to use Block Storage API v3) Depends-on: https://review.opendev.org/c/openstack/requirements/+/794894 (corrects regression in upper-constraint on Sphinx) Change-Id: I2093d77db9beec7543c7524d2cd273e79dd5fd5d
* Small doc updates: canonical URLs, rally doc, etcLuigi Toscano2019-06-041-6/+4
| | | | | | | | | | - use the canonical URL on opendev.org for OpenStack projects whenever it is possible; - use a reference to cinder-specs instead of the code repository; - update few rally URLs, removing one which does not exist anymore; - update the repository URL of the datera driver. Change-Id: Ib14346026bd34f90aea588c35407e5e2af505866
* Switch Rally Task To format V2Boris Pavlovic2017-10-132-428/+365
| | | | | | | - Format V1 was deprecated - rally-jobs/cinder-fake.yaml is not used Change-Id: Idf69e0084334d25ccd73730428e36809573e2146
* Fix rally "volume_type" parameterEric Harney2017-06-291-0/+3
| | | | | | | | | | Rally test create_snapshot_and_attach_volume currently fails with: "The parameter 'volume_type' is required and should not be empty." Change-Id: Icc5c4538d99e18d210718842db973ca1dfa48b5a
* Fix rally job gate-rally-dsvm-cinder-ubuntu-xenial-nvchenhb2017-04-111-3/+4
| | | | | | | | | 1.Rally job is often failed, the error is related with image not found. Lets change image name and try to fix it. 2.The volume_type argument should specify type, True/False has not been allowed in CinderVolumes.create_snapshot_and_attach_volume scenario. Change-Id: Icba98641716e1bce3dbd28fe8b4551d21c49a216
* doc: verify all rst filesDanny Al-Gaaf2017-02-141-1/+1
| | | | | | | | | | | | | | | Make use of doc8 to verify all rst files which are not autogenerated for errors and fail if there are any issues found. The doc8 checks are now part of the tox 'docs' environment and ran automatically. Checks can also be called direcly via 'tox -e docs'. Fix all issues found by doc8. Closes-Bug: #1566765 Change-Id: I2b25247030a1aadcfe029c9e071ef17f2f72046b Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* Disable Rally backup-related scenariosIvan Kolodyazhny2016-02-151-96/+0
| | | | | | | | | Backup tests failed on gates due to the configuration or Rally issue. Let's skip them until bug #1543987 will be fixed. Change-Id: Ic99531dad4fab5e22e295e19bbfa94c782212d2c Related-Bug: #1543987
* Use Cinder API v2 for Rally scenariosIvan Kolodyazhny2015-12-071-0/+104
| | | | | | | | Cinder API v1 is deprecated so it feels good to test API v2 only to decrease gating time. Closes-Bug: #1523583 Change-Id: I91a233e8423ba878ed33b7d89812a416cbacdc95
* Add more Rally scenarios to runIvan Kolodyazhny2015-08-041-36/+389
| | | | | | | | Cinder has an outdated list of Rally scenarios to run on gates. Let's keep it up-to-date and run all available scenarios to cover cases which Tempest doesn't cover. Change-Id: I8a3c64b1d2d3b41bee9c98cc021e793a11fed94e
* Changes in rally-jobs/README.rstAlexander Maretskiy2015-06-041-4/+5
| | | | | | | | Changes: * fix broken links * add link to release notes Change-Id: I01b360bab2ea08f3f940ea5992ac6981b68074b5
* Fix configratuion of rally jobsBoris Pavlovic2015-01-291-35/+9
| | | | | | | | * Reduce requested resources by rally job * Remove nested snapshot benchmark cause seems like it has some issues not related to cinder Change-Id: Id38cc0670f081b352e7db2b63e47e156ed277382
* Add more rally benchmarks related to CinderBoris Pavlovic2015-01-081-2/+150
| | | | | | | | | | | | | | Some of Rally benchmarks related to Cinder are failing often. Especially benchmarks that attach volumes. Adding all Cinder related benchmarks to cinder gate to help Cinder team to fix issues. As well make this job put to Jenkins +1/-1. For that we added for every benchmark sla section that checks that there is no failed iterations. Change-Id: I3b32dd91792445d26755e8d469edb5d3f82ebca2
* Update rally job filesBoris Pavlovic2014-11-246-0/+76
Rename rally-scenarios/ to rally-jobs/ Because it makes much more sense to call directory with jobs files rally-jobs Add pretty README files, that describes how to write plugins and use extra dir Update main README.rst file that describes what the hell is this=) Add cinder-fakevirt.yaml that will be required after this infra patch is merged: https://review.openstack.org/#/c/135137/ Change-Id: Ic7e5e8a99fc1385638fb187a04475a42eedcfeb2