From bb987a7be1a9284b0fbca965624c18946529ce1e Mon Sep 17 00:00:00 2001 From: Alexander Maretskiy Date: Thu, 4 Jun 2015 18:54:22 +0300 Subject: 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 --- rally-jobs/README.rst | 5 +++++ rally-jobs/keystone.yaml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 rally-jobs/README.rst create mode 100644 rally-jobs/keystone.yaml (limited to 'rally-jobs') 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 -- cgit v1.2.1