summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/task-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally/task-example.json')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally/task-example.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally/task-example.json b/meta-openstack/recipes-devtools/python/python-rally/task-example.json
new file mode 100644
index 0000000..381bb96
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rally/task-example.json
@@ -0,0 +1,17 @@
1{
2 "Authenticate.keystone": [
3 {
4 "runner": {
5 "type": "constant",
6 "times": 100,
7 "concurrency": 5
8 },
9 "context": {
10 "users": {
11 "tenants": 3,
12 "users_per_tenant": 50
13 }
14 }
15 }
16 ]
17}