From c7dbde64949e3af540d6a6520853325111dac988 Mon Sep 17 00:00:00 2001 From: Viktor Tikkanen Date: Mon, 4 Jan 2016 10:21:33 +0200 Subject: 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 --- testcases/config_functest.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testcases/config_functest.yaml') diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index dc33f07f..1cc16e17 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 -- cgit 1.2.3-korg