diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-09 11:30:21 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-09 11:49:47 +0200 |
commit | 20627d3d822e78e8a03af5c39a94e18725e858c7 (patch) | |
tree | 58f682edbd8b41b4837bcb02b1553df3efe3b7e6 /ci | |
parent | 073ca5525f38d7a7c9c67252d1b996e895ff9917 (diff) |
Generic Function to create a private network
This is to be used by all the tests which need a private network to work,
for example Tempest, Rally, vPing, ssh..
Added example for vPing and promise scripts.
Change-Id: I5d79e7b60b81b0f34230ea3ef2f3076697a1958c
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_functest.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index e463df202..2107a13eb 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -144,6 +144,10 @@ promise: flavor_vcpus: 1 flavor_ram: 512 flavor_disk: 0 + network_name: promise-net + subnet_name: promise-subnet + subnet_cidr: 192.168.121.0/24 + router_name: promise-router results: test_db_url: http://testresults.opnfv.org/testapi |