
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
17 lines
348 B
YAML
17 lines
348 B
YAML
---
|
|
NeutronSecurityGroup.create_and_delete_security_groups:
|
|
-
|
|
args:
|
|
security_group_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 3
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|