rally/samples
Andrey Kurilin 07a21b99e3 Validate scenario arguments
We have a lot of validators for scenarios, but we do not check input
arguments. There are two cases:
1) user forget specify some argument;
2) user specify redundant argument

In both cases, we will get "TypeError" for each iteration.

This validator is not implemented like others, since it doesn't need
constructed clients and it looks like more syntax check.

Also, this patch fixes one of our samples:
    samples/tasks/scenarios/dummy/dummy-random-action.[json/yaml]

Change-Id: Id3aad571dfc93f8074c724595440979cfd435e2c
2016-07-13 17:23:11 +03:00
..
deployments Remove fuel deployment engine 2016-01-29 12:52:56 +03:00
plugins change name of rally.common.log module 2015-12-14 03:01:49 -05:00
tasks Validate scenario arguments 2016-07-13 17:23:11 +03:00
README.rst Release 0.0.2 2015-03-12 17:48:57 +03:00

README.rst

Content of samples directory

deployments

Input configurations for "rally deployment" command

plugins

Samples of Rally plugins.

tasks

Input configurations for "rally task" command