Rally SLA

Adding Rally SLA to the mix to quickly identify issues

Change-Id: Iabbc96393c90b14d476c1bcc2e4208460a96ddfe
This commit is contained in:
Joe Talerico
2016-02-15 12:48:43 -05:00
parent c47f0ad59b
commit 983ab6e9f2
14 changed files with 114 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
{% set subnets_per_network = subnets_per_network or 2 %}
{% set sla_max_failure = sla_max_failure or 0 %}
{% set sla_max_seconds = sla_max_seconds or 60 %}
---
NeutronNetworks.create_and_list_subnets:
-
@@ -21,3 +23,7 @@
port: -1
router: -1
subnet: -1
sla:
max_seconds_per_iteration: {{sla_max_seconds}}
failure_rate:
max: {{sla_max_failure}}