rally-openstack/samples/tasks/scenarios/dummy/dummy-random-action.json
Anton Studenov 4c146445ac [Core] Add support for default platform and rally self job
* Added default credentials for all deployments.
* Added Dummy.openstack scenario that allows running
  openstack contexts with dummy scenario.
* Removed openstack users context from samples and jobs
  where it was not required.

Co-Authored-By: Anton Studenov <astudenov@mirantis.com>
Change-Id: I851f2c71e4db25bef17e25c143275e75b16595bf
2017-03-27 20:04:14 +03:00

17 lines
334 B
JSON

{
"Dummy.dummy_random_action": [
{
"args": {
"actions_num": 5,
"sleep_min": 0,
"sleep_max": 2
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 5
}
}
]
}