Browse Source
This patch adds doc8 check for .rst files to pep8. Files that fail doc8 check are also fixed. Ignore D001 of doc8 check. This requires lot of changes and should be done in a separated patch. Change-Id: I7732abc55ec27026efbf56663ba02ff27e8ec847changes/91/582091/2
15 changed files with 93 additions and 80 deletions
@ -1,13 +1,17 @@
|
||||
This directory contains rally benchmark scenarios to be run by OpenStack CI. |
||||
|
||||
Structure: |
||||
|
||||
* heat.yaml is rally task that will be run in gates |
||||
|
||||
* plugins - directory where you can add rally plugins. So you don't need |
||||
to merge benchmark in scenarios in rally to be able to run them in heat. |
||||
|
||||
* extra - all files from this directory will be copied to gates, so you will |
||||
be able to use absolute path in rally tasks. Files will be in ~/.rally/extra/* |
||||
|
||||
|
||||
* more about rally: https://wiki.openstack.org/wiki/Rally |
||||
|
||||
* how to add rally-gates: https://wiki.openstack.org/wiki/Rally/RallyGates |
||||
|
||||
* how to write plugins https://rally.readthedocs.io/en/latest/plugins/#rally-plugins |
||||
|
Loading…
Reference in new issue