diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-10-02 12:57:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-02 12:57:42 +0000 |
commit | 2609e6f38559770fe0e9fbfab27f1d3fcd805d03 (patch) | |
tree | 26177441dda76f98f1fb0d3f8a6fab8ffda2f090 /testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json | |
parent | 14ce1030d3f845a95b0edcdbdf04ac31198eef00 (diff) | |
parent | fe2e0ed59aa12d9f4bb30455e0c401c4be21f3ab (diff) |
Merge "Add SLA to Rally test cases"
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json')
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json b/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json index 390a1ae1..f7291ed5 100644 --- a/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json @@ -8,6 +8,9 @@ "type": "constant", "times": 100, "concurrency": 10 + }, + "sla": { + "failure_rate": {"max": 0} } } ], @@ -20,6 +23,9 @@ "type": "constant", "times": 10, "concurrency": 1 + }, + "sla": { + "failure_rate": {"max": 0} } } ], @@ -32,6 +38,9 @@ "type": "constant", "times": 100, "concurrency": 10 + }, + "sla": { + "failure_rate": {"max": 0} } } ], @@ -44,6 +53,9 @@ "type": "constant", "times": 100, "concurrency": 10 + }, + "sla": { + "failure_rate": {"max": 0} } } ], @@ -56,6 +68,9 @@ "type": "constant", "times": 100, "concurrency": 10 + }, + "sla": { + "failure_rate": {"max": 0} } } ], @@ -69,6 +84,9 @@ "type": "constant", "times": 10, "concurrency": 10 + }, + "sla": { + "failure_rate": {"max": 0} } } ] |