fe3fe94b41
This rally scenario is intended to be run in OpenStack CI by rally-dsvm-neutron-neutron job. Implements: blueprint neutron-performance-gate-jobs Closes-Bug: #1334434 Change-Id: If204f3dfc32933792d09fdc929c248fc3f17b0bc
32 lines
616 B
YAML
32 lines
616 B
YAML
---
|
|
NeutronNetworks.create_and_list_networks:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
|
|
NeutronNetworks.create_and_list_subnets:
|
|
-
|
|
args:
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 5
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
quotas:
|
|
neutron:
|
|
subnet: -1
|
|
network: -1
|