4c146445ac
* 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
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"Dummy.failure": [
|
|
{
|
|
"args": {
|
|
"sleep": 0.2,
|
|
"from_iteration": 5,
|
|
"to_iteration": 10,
|
|
"each": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 20,
|
|
"concurrency": 5
|
|
}
|
|
}
|
|
]
|
|
}
|