neutron/rally-jobs
Sławek Kapłoński d8914056ad Switch rally trunk scenario to use new rally validators
Validators like:
* rally.task.validation.required_openstack
* rally.task.validation.required_services
are deprecated in Rally 0.10.0 [1].

Instead of calling it directly they should be used via
new decorator 'rally.common.validation.add' and this commit
switches it to use validators in new way.

[1] https://tinyurl.com/y94sfct2

Change-Id: I2883eb94e2532a10160305b283e2d64b93443909
2018-04-26 14:27:02 +02:00
..
extra Switch rally job from q-* to neutron-* service names 2018-01-09 12:12:48 -08:00
plugins Switch rally trunk scenario to use new rally validators 2018-04-26 14:27:02 +02:00
README.rst Fix the link to the rally docs in README.rst 2017-09-26 21:11:03 +00:00
neutron-neutron.yaml [rally] Port input task to the new format. 2017-11-02 12:28:29 +02: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