diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-05-10 08:58:00 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-05-10 10:57:08 +0300 |
commit | 668c0134d35a2041012851ae4a38de2977d6aafc (patch) | |
tree | 02dc15ed885c2d42ebb7a75ff259709b4870abc5 /ci/config_functest.yaml | |
parent | 20627d3d822e78e8a03af5c39a94e18725e858c7 (diff) |
Creating private network for Tempest
Since functest-net will be obsolete, own private network,
subnet and router is taken into use for Tempest test.
JIRA: FUNCTEST-239
Change-Id: I2b9f6aae74dc36decf305a4531fe0a071031aca3
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 2107a13eb..92e3fb8a4 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -62,8 +62,10 @@ 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"]]' + private_net_name: tempest-net + private_subnet_name: tempest-subnet + private_subnet_cidr: 192.168.150.0/24 + router_name: tempest-router rally: deployment_name: opnfv-rally |