diff --git a/rally-scenarios/README.rst b/rally-scenarios/README.rst new file mode 100644 index 00000000000..2c4a4848ac1 --- /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 00000000000..3ff7193c857 --- /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