summaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json
blob: b94de47e49bb9315218fd074965a0d7938a282d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "TempestScenario.all": [
        {
            "args": {"tempest_conf": "/etc/tempest/tempest.conf"},
            "runner": {
                "type": "constant",
                "times": 1,
                "concurrency": 1
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ]
}