You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
2.7 KiB
153 lines
2.7 KiB
--- |
|
|
|
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
|
|
|