neutron/rally-jobs
Ihar Hrachyshka 7ec87f4947 Fixed validation of create_and_list_trunk_subports rally scenario
New validation now enforces that times is >= concurrency because times
is total number of *runs*, not the number of concurrent *run sets*.

Change-Id: I454ef821e00bd5123a9640f472ad4b034dbec75e
Closes-Bug: #1680580
(cherry picked from commit d28a33a898)
2017-04-06 14:55:20 -07:00
..
extra Add rally hook to neutron devstack plugin 2016-11-10 07:44:28 +00:00
plugins rally trunk port list 2016-12-10 06:15:34 -08:00
README.rst Changes in rally-jobs/README.rst 2015-06-04 10:34:15 -04:00
neutron-neutron.yaml Fixed validation of create_and_list_trunk_subports rally scenario 2017-04-06 14:55:20 -07: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