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