aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorViktor Tikkanen <viktor.tikkanen@nokia.com>2016-02-08 12:42:32 +0200
committerViktor Tikkanen <viktor.tikkanen@nokia.com>2016-02-08 12:50:13 +0200
commit04cf934e24b0f7e0c53125711b4e98c14d54f049 (patch)
treebc85f2c4b867cdb98ac81234d89abdf77768e943 /testcases/config_functest.yaml
parentb0e19118c80d694820dd75c53001e0b9563061a9 (diff)
Added configuration of ssh_user_regex parameter
Some Rally versions don't set correctly SSH user name into tempest.conf file so that e.g. test_server_basicops test case of Tempest suite fails with "Please login as 'cirros' user, not as root" error. This change ensures that correct SSH user info will be used for Cirros images created by Rally. Change-Id: I90dcad0024f2034ef3ed20d2c6981e675213558d Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index 28455a3ba..6d2f4c1b9 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -82,6 +82,8 @@ tempest:
tenant_description: Tenant for Tempest test suite
user_name: tempest
user_password: tempest
+ input-scenario:
+ ssh_user_regex: [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]
rally:
deployment_name: opnfv-rally