You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neutron/rally-jobs
Swaminathan Vasudevan fdd29a207a
Fix the link to the rally docs in README.rst
6 years ago
..
extra Add rally hook to neutron devstack plugin 6 years ago
plugins rally: switch to new format for context name 6 years ago
README.rst Fix the link to the rally docs in README.rst 6 years ago
neutron-neutron.yaml Reduce rally sub-port count 6 years ago

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