From e8434f96137debb227d0cb2645627858c0806588 Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Fri, 25 Apr 2014 18:31:06 +0300 Subject: [PATCH] Add rally job Add rally scenario to be run by OpenStack CI system Change-Id: Ie305ab51b75cd24e21868b965b9345a4444b2d20 --- rally-scenarios/README.rst | 5 +++++ rally-scenarios/cinder.yaml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 rally-scenarios/README.rst create mode 100644 rally-scenarios/cinder.yaml diff --git a/rally-scenarios/README.rst b/rally-scenarios/README.rst new file mode 100644 index 000000000..2c4a4848a --- /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/cinder.yaml b/rally-scenarios/cinder.yaml new file mode 100644 index 000000000..3ff7193c8 --- /dev/null +++ b/rally-scenarios/cinder.yaml @@ -0,0 +1,14 @@ +--- + CinderVolumes.create_and_list_volume: + - + args: + size: 1 + detailed: True + runner: + type: "constant" + times: 3 + concurrency: 1 + context: + users: + tenants: 1 + users_per_tenant: 1 -- 2.45.2