Add SLA to Rally test cases
[functest.git] / testcases / VIM / OpenStack / CI / suites / opnfv-tempest.json
1 {
2     "TempestScenario.all": [
3         {
4             "args": {"tempest_conf": "/etc/tempest/tempest.conf"},
5             "runner": {
6                 "type": "constant",
7                 "times": 1,
8                 "concurrency": 1
9             },
10             "sla": {
11                 "failure_rate": {"max": 0}
12             }
13         }
14     ]
15 }
16