7c7106e5d8
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
22 lines
469 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|