473ec845d4
Create and show Neutron security-group Measure the "neutron security-group-create" and "neutron security-group-show" command performance. Change-Id: I9ee650c691773fbe4b85e927a4b66c57e0dd659b
31 lines
739 B
JSON
31 lines
739 B
JSON
{
|
|
"NeutronSecurityGroup.create_and_show_security_group": [
|
|
{
|
|
"args": {
|
|
"security_group_create_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 20,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 3
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"security_group": -1
|
|
}
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|