d52e165320
Although these errors are not important, they affect the code specification. Change-Id: I3ea4c248d660c71cab4c27f26ade7931d10613e3
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"Dummy.openstack": [
|
|
{
|
|
"args": {
|
|
"sleep": 0.1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 4,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"quotas": {
|
|
"manila": {
|
|
"shares": -1,
|
|
"gigabytes": -1,
|
|
"share_networks": -1
|
|
}
|
|
},
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"manila_share_networks": {
|
|
"use_share_networks": true
|
|
},
|
|
"manila_shares": {
|
|
"shares_per_tenant": 1,
|
|
"share_proto": "NFS",
|
|
"size": 1,
|
|
"share_type": "dhss_true"
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|