rally-openstack/samples/tasks/scenarios/murano/list-environments.json
Roman Vasilets dcea8267bd Add murano benchmarks
Scenarios:
* list-environment
* create_and_delete_environment

Add murano environment to cleanup resources
Add unit tests for scenarios

blueprint: Important-for-next-release
Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com>
Co-Authored-By: Sergey Murashov <smurashov@mirantis.com>

Change-Id: Id6888325e77eada2f51ad0bf8af80415c2c8d487
2015-04-01 16:31:43 +03:00

18 lines
373 B
JSON

{
"MuranoEnvironments.list_environments": [
{
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}