diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-12 14:10:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-12 14:10:27 +0000 |
commit | 3d7d28eb80b80bfd4795a28bb1d8e6fadacbdada (patch) | |
tree | 11fcc9f4d869a8e3b97dfc5f8d081bc49bd94d29 /testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml | |
parent | 5380c97d53cf7f198e75e9cd5531e758edbc76ff (diff) | |
parent | 236f391ce99bc5e1d4a56ec5ea65705895bf39d9 (diff) |
Merge "Rally test case troubleshooting"
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml')
-rw-r--r-- | testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml index a6a637fa2..50cbecff2 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml @@ -18,8 +18,6 @@ KeystoneBasic.create_and_list_tenants: - - args: - name_length: 10 context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} runner: @@ -56,8 +54,6 @@ KeystoneBasic.create_update_and_delete_tenant: - - args: - name_length: 10 context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} runner: @@ -67,8 +63,6 @@ KeystoneBasic.create_user: - - args: - name_length: 10 runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} sla: @@ -76,8 +70,6 @@ KeystoneBasic.create_tenant: - - args: - name_length: 10 runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} sla: @@ -85,8 +77,6 @@ KeystoneBasic.create_and_list_users: - - args: - name_length: 10 runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} sla: @@ -95,7 +85,6 @@ KeystoneBasic.create_tenant_with_users: - args: - name_length: 10 users_per_tenant: 10 runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} |