71ad55f468
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
21 lines
430 B
YAML
21 lines
430 B
YAML
---
|
|
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
|