From: Sergey Skripnick Date: Fri, 25 Apr 2014 15:31:06 +0000 (+0300) Subject: Add rally job X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e8434f96137debb227d0cb2645627858c0806588;p=openstack-build%2Fcinder-build.git Add rally job Add rally scenario to be run by OpenStack CI system Change-Id: Ie305ab51b75cd24e21868b965b9345a4444b2d20 --- 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