rally/doc/samples/tasks/scenarios/cinder/create-and-list-volume.json
Mikhail Dubov 7c7106e5d8 Fix syntax errors in JSON doc samples
Some doc samples weren't valid JSON files. This commit fixes syntax
errors in those files and adds a unit test that will validate JSON files.

Change-Id: Ibaf1423303e2d278cc213d180801d597164601a3
2014-09-10 16:56:55 +04:00

22 lines
469 B
JSON

{
"CinderVolumes.create_and_list_volume": [
{
"args": {
"size": 1,
"detailed": true
},
"runner": {
"type": "constant",
"times": 3,
"concurrency": 1
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
}
}
}
]
}