815def1c5c
Add scenario that creates N security groups and then updates their name and description.Also added supporting method '_update_security_groups' to "rally/plugins/openstack/scenarios/nova/utils.py". Change-Id: Ieff30655cc04e66a85bb6dfd7c3f90f59ac14384
14 lines
260 B
YAML
14 lines
260 B
YAML
---
|
|
NovaSecGroup.create_and_update_secgroups:
|
|
-
|
|
args:
|
|
security_group_count: 10
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|