From d6c3c6ac77bb78e1f7bad6f4d9ce499791fa1cf9 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 9 Dec 2015 12:07:40 +0100 Subject: Create a common network for functest for all the tests Some installers provide a private network by default, if that is the case, it will not create another one. This is needed for Rally/Tempest to work. Removed from vPing test case, since it will use that network as well. Change-Id: Iaff8a9e18026fe5aba31e567a4a8d5faf4a0bb6b Signed-off-by: jose.lausuch --- testcases/config_functest.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'testcases/config_functest.yaml') diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 460335777..fc8b1c1b4 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -38,7 +38,6 @@ general: image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 - #Public network. Optional neutron_public_net_name: net04_ext neutron_public_subnet_name: net04_ext__subnet @@ -53,13 +52,18 @@ general: neutron_private_subnet_end: 192.168.120.254 neutron_private_subnet_gateway: 192.168.120.254 neutron_router_name: functest-router + vping: ping_timeout: 200 vm_flavor: m1.small #adapt to your environment vm_name_1: opnfv-vping-1 vm_name_2: opnfv-vping-2 - ip_1: 192.168.120.30 - ip_2: 192.168.120.40 + vping_private_net_name: vping-net + vping_private_subnet_name: vping-subnet + vping_private_subnet_cidr: 192.168.130.0/24 + vping_router_name: vping-router + ip_1: 192.168.130.30 + ip_2: 192.168.130.40 vIMS: general: -- cgit 1.2.3-korg