77b5110ff6
Moving samples to root forlder for easy access. Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4 Closes-Bug: 1409836
26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"DesignateBasic.create_and_list_domains": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"quotas": {
|
|
"designate": {
|
|
"domains": 100,
|
|
"domain_recordsets": 500,
|
|
"domain_records": 2000,
|
|
"recordset_records": 2000
|
|
}
|
|
},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|