aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/task-example.json
blob: 381bb96de7c6b66d6614cb7c2b5db89511403d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "Authenticate.keystone": [
        {
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 5
            },
            "context": {
                "users": {
                    "tenants": 3,
                    "users_per_tenant": 50
                }
            }
        }
    ]
}