From 985c9d660d00a163d0cc59f71f627199546b9ff1 Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Fri, 25 Apr 2014 18:36:04 +0300 Subject: [PATCH] Add rally performance gate job for keystone This patch is init setup of rally gate job. After merging this everybody will be able to change rally-scenarios/keystone.yaml to run any benchmarks with any load in gates. Change-Id: Iae40d2550d797d013cf5e379117920c84adac6ac --- rally-scenarios/README.rst | 5 +++++ rally-scenarios/keystone.yaml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 rally-scenarios/README.rst create mode 100644 rally-scenarios/keystone.yaml diff --git a/rally-scenarios/README.rst b/rally-scenarios/README.rst new file mode 100644 index 0000000000..2c4a4848ac --- /dev/null +++ b/rally-scenarios/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-scenarios/keystone.yaml b/rally-scenarios/keystone.yaml new file mode 100644 index 0000000000..d0f2ebff17 --- /dev/null +++ b/rally-scenarios/keystone.yaml @@ -0,0 +1,9 @@ +--- + KeystoneBasic.create_delete_user: + - + args: + name_length: 10 + runner: + type: "constant" + times: 2500 + concurrency: 60