kuryr-libnetwork/rally-jobs/kuryr-libnetwork.yaml
Liping Mao f704f73959 Measure performance of docker create/delete container with/without kuryr.
Partially-implements: bp kuryr-libnetwork-rally

Change-Id: I3c122e50e2dc1a4d1cbc268c56723fdac7de1f54
2016-11-08 13:48:48 +08:00

60 lines
1.1 KiB
YAML

---
Kuryr.list_networks:
-
runner:
type: "constant"
times: 20
concurrency: 1
sla:
failure_rate:
max: 0
Kuryr.create_and_delete_networks_with_kuryr:
-
runner:
type: "constant"
times: 20
concurrency: 1
sla:
failure_rate:
max: 0
Kuryr.create_and_delete_networks_without_kuryr:
-
runner:
type: "constant"
times: 20
concurrency: 1
sla:
failure_rate:
max: 0
Kuryr.start_and_stop_containers:
# Start/stop Containers with Kuryr Network
-
runner:
type: "constant"
times: 20
concurrency: 1
context:
docker_network:
is_kuryr: True
Subnet: 50.0.0.0/24
IPRange: 50.0.0.0/24
Gateway: 50.0.0.1
sla:
failure_rate:
max: 0
-
# Start/stop Containers with Default Network
runner:
type: "constant"
times: 20
concurrency: 1
context:
docker_network:
is_kuryr: False
sla:
failure_rate:
max: 0