diff options
author | Viktor Tikkanen <viktor.tikkanen@nokia.com> | 2016-01-04 10:21:33 +0200 |
---|---|---|
committer | Viktor Tikkanen <viktor.tikkanen@nokia.com> | 2016-01-04 10:24:38 +0200 |
commit | c7dbde64949e3af540d6a6520853325111dac988 (patch) | |
tree | af4a3ee6a4073acf5b8991f5eae28ea7b5f3a59d /testcases/config_functest.yaml | |
parent | b4b11996105741263f98e1e66b2412d8962b5c92 (diff) |
Configuring non-admin credentials for tempest
Since some test cases from tempest suite require non-admin
credentials, a new project and a new user with non-admin
role were added to the configuration.
JIRA: FUNCTEST-72
Change-Id: I573bc18292b5885bd354f4af16f7f70a7178540d
Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index dc33f07f5..1cc16e17b 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -68,6 +68,16 @@ vping: ip_1: 192.168.130.30 ip_2: 192.168.130.40 +tempest: + identity: + tenant_name: tempest + tenant_description: Tenant for Tempest test suite + user_name: tempest + user_password: tempest + +rally: + deployment_name: opnfv-rally + vIMS: general: tenant_name: vIMS |