rally-openstack/samples/tasks/scenarios/neutron/create-and-list-security-group-rules.json
zhangzhang 71ad55f468 Add neutron.CreateAndListSecurityGroupRules scenario
Create a security group, then Create rules for the security group,
list all security group rules.

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

Change-Id: Id6ceffcd59e20952cd0c5f00822ba5a80a700f3d
2017-06-12 10:25:18 -04:00

32 lines
781 B
JSON

{
"NeutronSecurityGroup.create_and_list_security_group_rules": [
{
"args": {
"security_group_args": {},
"security_group_rule_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
}
}
}
]
}