neutron/rally-jobs
Andrey Kurilin e723f95e60 [ci] Fix several rally task arguments
There are several invalid cased that Rally ignored before and that will
become an validation error soon.

* transmitting None where dict is expected
* setting 'name' of entities. It is restricted thing, since rally
  generates pseudo-random names that can be filtered by celanup
  mechanism. Currently, Rally overrides 'name' params silently, but it
  will become an error soon.

Change-Id: Icef60dc4db70a3058251909cf485cd8e8424cb16
(cherry picked from commit 98b326f0e4)
2020-07-09 16:12:09 +03:00
..
extra Switch rally job from q-* to neutron-* service names 2018-01-09 12:12:48 -08:00
plugins Remove trunk rally scenario from plugins 2019-02-13 13:09:33 -05:00
README.rst Fix the link to the rally docs in README.rst 2017-09-26 21:11:03 +00:00
task-neutron.yaml [ci] Fix several rally task arguments 2020-07-09 16:12:09 +03:00

README.rst

Rally job related files

This directory contains rally tasks and plugins that are run by OpenStack CI.

Structure

  • plugins - directory where you can add rally plugins. Almost everything in Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic cleanup resources, ....
  • extra - all files from this directory will be copy pasted to gates, so you are able to use absolute paths in rally tasks. Files will be located in ~/.rally/extra/*
  • neutron-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service deployed by DevStack