kuryr-libnetwork/rally-jobs/kuryr.yaml
Baohua Yang 0d4a5aa586 Add rally case for create and delete network
Add the create and delete network case, and the task file.
You can run the case by running:
rally --plugin-paths rally-jobs/plugins/ task start
rally-jobs/tasks/scenarios/create_and_delete_networks.json

implements blueprint: fullstack-testing

Change-Id: I48d3f2dbc75b8d7ec407dd18826b58f480ebaa02
2016-03-07 13:57:44 +08:00

35 lines
619 B
YAML

---
Kuryr.list_networks:
-
runner:
type: "constant"
times: 40
concurrency: 20
context:
users:
tenants: 2
users_per_tenant: 2
quotas:
neutron:
network: -1
sla:
failure_rate:
max: 0
Kuryr.create_and_delete_networks:
-
runner:
type: "constant"
times: 10
concurrency: 4
context:
users:
tenants: 2
users_per_tenant: 2
quotas:
neutron:
network: -1
sla:
failure_rate:
max: 0