From 20627d3d822e78e8a03af5c39a94e18725e858c7 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 9 May 2016 11:30:21 +0200 Subject: 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 --- ci/config_functest.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/config_functest.yaml') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index e463df20..2107a13e 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 -- cgit 1.2.3-korg