summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorAlexander Maretskiy <amaretskiy@mirantis.com>2015-06-04 18:54:22 +0300
committerAlexander Maretskiy <amaretskiy@mirantis.com>2015-06-04 19:03:50 +0300
commitbb987a7be1a9284b0fbca965624c18946529ce1e (patch)
tree6dedc1590fc6b3ed8dcfce8c5a9736654dcf2161 /rally-jobs
parenta637ebcbc4a92687d3e80a50cbe88df3b13c79e6 (diff)
downloadkeystone-bb987a7be1a9284b0fbca965624c18946529ce1e.tar.gz
Rename directory with rally jobs files.
Directory `rally-scenarios' is renamed to `rally-jobs'. New name is required by Rally documentation, old name `rally-scenarios' is deprecated. Reference: https://rally.readthedocs.org/en/latest/gates.html Change-Id: Iee24ebc4c6cbfb8aa91ab2bb284ac44cc9598c0c
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/README.rst5
-rw-r--r--rally-jobs/keystone.yaml9
2 files changed, 14 insertions, 0 deletions
diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst
new file mode 100644
index 000000000..2c4a4848a
--- /dev/null
+++ b/rally-jobs/README.rst
@@ -0,0 +1,5 @@
+This directory contains rally benchmark scenarios to be run by OpenStack CI.
+
+
+* more about rally: https://wiki.openstack.org/wiki/Rally
+* how to add rally-gates: https://wiki.openstack.org/wiki/Rally/RallyGates
diff --git a/rally-jobs/keystone.yaml b/rally-jobs/keystone.yaml
new file mode 100644
index 000000000..d0f2ebff1
--- /dev/null
+++ b/rally-jobs/keystone.yaml
@@ -0,0 +1,9 @@
+---
+ KeystoneBasic.create_delete_user:
+ -
+ args:
+ name_length: 10
+ runner:
+ type: "constant"
+ times: 2500
+ concurrency: 60