Files
rally/samples/tasks/scenarios/neutron/create_and_update_security_groups.json
Kiran 92f1c5d75e Add Neutron Security Groups scenarios
This patch adds the following scenarios:
 * Create and list Neutron security groups
 * Create and delete Neutron security groups
 * Create and update Neutron security groups

Change-Id: Icd452f92a2be645354eb8f2f9c61ad57328f1863
2015-10-27 13:40:12 +05:30

27 lines
676 B
JSON

{
"NeutronSecurityGroup.create_and_update_security_groups": [
{
"args": {
"security_group_create_args": {},
"security_group_update_args": {}
},
"runner": {
"type": "constant",
"times": 100,
"concurrency": 10
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 3
},
"quotas": {
"neutron": {
"security_group": -1
}
}
}
}
]
}