diff options
Diffstat (limited to 'keystone-moon/rally-scenarios')
-rw-r--r-- | keystone-moon/rally-scenarios/README.rst | 5 | ||||
-rw-r--r-- | keystone-moon/rally-scenarios/keystone.yaml | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/keystone-moon/rally-scenarios/README.rst b/keystone-moon/rally-scenarios/README.rst new file mode 100644 index 00000000..2c4a4848 --- /dev/null +++ b/keystone-moon/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/keystone-moon/rally-scenarios/keystone.yaml b/keystone-moon/rally-scenarios/keystone.yaml new file mode 100644 index 00000000..d0f2ebff --- /dev/null +++ b/keystone-moon/rally-scenarios/keystone.yaml @@ -0,0 +1,9 @@ +--- + KeystoneBasic.create_delete_user: + - + args: + name_length: 10 + runner: + type: "constant" + times: 2500 + concurrency: 60 |