
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
27 lines
676 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|