rally-openstack/samples/tasks/scenarios/neutron/create-and-show-security-group.json
zhangzhang 473ec845d4 Add neutron.CreateAndShowSecurityGroup scenario
Create and show Neutron security-group

Measure the "neutron security-group-create" and "neutron
security-group-show" command performance.

Change-Id: I9ee650c691773fbe4b85e927a4b66c57e0dd659b
2017-04-18 11:33:48 -04:00

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
}
}
}
]
}