e294845541
As discussed on the neutron-performance meeting [1] floating IP operations should be covered in the neutron gate rally job. As I set out to write the missing tests I discovered that some of it was already written by rally folks. For example see [2]. In neutron we only need to add them to the rally job definition. Keep in mind the test code has been relocated since to the rally-openstack repository. For example see [3]. [1] http://eavesdrop.openstack.org/meetings/neutron_performance/2018/neutron_performance.2018-10-22-16.02.log.html#l-143 [2] https://review.openstack.org/225223 [3] https://github.com/openstack/rally-openstack/blob/4e4bfc5/rally_openstack/scenarios/neutron/network.py Change-Id: Icec7011cb293f1c92d968ef60efe7468ea4631fb |
||
---|---|---|
.. | ||
extra | ||
plugins | ||
README.rst | ||
task-neutron.yaml |
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
Useful links
- More about Rally: https://rally.readthedocs.io/en/latest/
- Rally release notes: https://rally.readthedocs.io/en/latest/project_info/release_notes/archive.html
- How to add rally-gates: http://rally.readthedocs.io/en/latest/quick_start/gates.html
- About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html
- Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins