Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
37 lines
931 B
JSON
37 lines
931 B
JSON
{
|
|
"version": 2,
|
|
"title": "Dummy Api Versions",
|
|
"description": "Test api versions operations",
|
|
"subtasks": [
|
|
{
|
|
"title": "Dummy api versions",
|
|
"scenario": {
|
|
"Dummy.openstack": {
|
|
"sleep": 0.1
|
|
}
|
|
},
|
|
"runner": {
|
|
"constant": {
|
|
"times": 4,
|
|
"concurrency": 2
|
|
}
|
|
},
|
|
"contexts": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 2
|
|
},
|
|
"api_versions": {
|
|
"nova": {
|
|
"version": 2.2
|
|
},
|
|
"cinder": {
|
|
"version": 3.1,
|
|
"service_type": "volumev3"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|