dragonflow/rally-jobs
Shachar Snapiri 0667728d51 Increase the maximum allowed time for list-ports
The rally job fails as the list-ports takes too long in the
NeutronNetworks.create_and_list_ports test.
This is because we create 100 ports per network, while neutron create
50 ports per network, while we have the same maximum time (15 seconds).
As we create double the ports neutron create, we should also set the
maximum allowed time to double the time.

Change-Id: I1993f50e1dc69ed6d8a250f953deab7bc7d46bea
2017-12-11 12:22:49 +02:00
..
extra Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
plugins Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
README.rst Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
dragonflow.yaml Increase the maximum allowed time for list-ports 2017-12-11 12:22:49 +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/*
  • dragonflow.yaml is a task that is run in gates against OpenStack with Neutron service configured with Dragonflow plugin