rally/doc/samples/tasks/scenarios
Mikhail Dubov 07bbc3094d Cover Rally with docstrings & Test this coverage
Rally should have detailed docstrings for:
* Benchmark scenario classes
* Benchmark scenarios
* Deploy engines
* Server providers
* SLA

Here we add such docstrings and also add a test suite that checks
that Rally is 100% covered with docstrings and that these docstrings
are correctly formed.

We also change the interface of the following benchmark scenarios
(for the sake of unification):
* CinderVolumes.create_and_attach_volume
* CinderVolumes.create_snapshot_and_attach_volume
* CinderVolumes.create_nested_snapshots_and_attach_volume

Finally, we refactor a bit NovaServers.boot_and_bounce_server.

Change-Id: Ia38c8fc2d692a09719d3e068d332647d4b0da47f
2014-12-20 14:13:56 +03:00
..
authenticate Restructure doc/samples/tasks directory 2014-06-26 20:19:06 +03:00
ceilometer Fix invalid Ceilometer task samples 2014-11-20 15:50:18 +13:00
cinder Cover Rally with docstrings & Test this coverage 2014-12-20 14:13:56 +03:00
designate Designate Records scenarios and tests 2014-09-03 11:03:57 +02:00
dummy Fix bug in atomic actions 2014-09-24 23:22:01 +04:00
glance Restructure doc/samples/tasks directory 2014-06-26 20:19:06 +03:00
heat Adding new scenarious for Heat 2014-10-22 02:04:25 -04:00
keystone Fix syntax errors in JSON doc samples 2014-09-10 16:56:55 +04:00
neutron Adds Neutron update Port and router benchmarks: 2014-10-10 19:49:04 +05:30
nova Merge "Use Network Context in security groups scenario" 2014-12-19 14:22:39 +00:00
quotas Fix syntax errors in JSON doc samples 2014-09-10 16:56:55 +04:00
requests Fix syntax errors in JSON doc samples 2014-09-10 16:56:55 +04:00
sahara Sahara auto_security_group parameter added 2014-12-19 17:22:33 +03:00
tempest Allow user specified tempest.conf 2014-10-16 08:04:29 +02:00
vm Add force_delete to safely delete created VMs 2014-11-25 05:55:38 -08:00
zaqar Adds Zaqar consumer-producer scenario 2014-12-15 11:50:00 -03:00
README.rst Renames *.rst files in /rally/doc/samples/tasks 2014-08-03 10:28:40 +05:30

Scenarios Configuration Samples

This directory contains task scenarios conficuration samples. To successfully start this samples you may need to substitute some values from "args" section to actual values for your deployment.

Samples here are presented with constant runner. To see samples of using other runners, go to doc/samples/tasks/runners.