aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/rally-jobs
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
committerRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
commit920a49cfa055733d575282973e23558c33087a4a (patch)
treed371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/rally-jobs
parentef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff)
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/rally-jobs')
-rw-r--r--keystone-moon/rally-jobs/README.rst5
-rw-r--r--keystone-moon/rally-jobs/keystone.yaml153
2 files changed, 0 insertions, 158 deletions
diff --git a/keystone-moon/rally-jobs/README.rst b/keystone-moon/rally-jobs/README.rst
deleted file mode 100644
index 2c4a4848..00000000
--- a/keystone-moon/rally-jobs/README.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-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-jobs/keystone.yaml b/keystone-moon/rally-jobs/keystone.yaml
deleted file mode 100644
index d997404a..00000000
--- a/keystone-moon/rally-jobs/keystone.yaml
+++ /dev/null
@@ -1,153 +0,0 @@
----
-
- KeystoneBasic.create_user:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_delete_user:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_and_list_users:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_user_update_password:
- -
- args:
- password_length: 10
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_and_list_tenants:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.get_entities:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.add_and_remove_user_role:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- context:
- users:
- tenants: 5
- users_per_tenant: 4
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_and_delete_role:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_add_and_list_user_roles:
- -
- runner:
- type: "constant"
- times: 100
- concurrency: 10
- context:
- users:
- tenants: 5
- users_per_tenant: 4
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_tenant:
- -
- runner:
- type: "constant"
- times: 50
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_tenant_with_users:
- -
- args:
- users_per_tenant: 10
- runner:
- type: "constant"
- times: 50
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_update_and_delete_tenant:
- -
- runner:
- type: "constant"
- times: 50
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_and_delete_service:
- -
- runner:
- type: "constant"
- times: 50
- concurrency: 10
- sla:
- failure_rate:
- max: 0
-
- KeystoneBasic.create_and_list_services:
- -
- runner:
- type: "constant"
- times: 50
- concurrency: 10
- sla:
- failure_rate:
- max: 0