Merge "config_functest.py: 1) Added create public network. 2) functest.yaml is now...
[functest.git] / testcases / functest.yaml
1 ---
2 general:
3     directories:
4         dir_functest:   .functest/ #DONT CHANGE
5         dir_rally_repo: .functest/Rally_repo/
6         dir_rally:      .functest/Rally_test/
7         dir_rally_scn:  .functest/Rally_test/scenarios/
8         dir_rally_res:  .functest/Rally_test/results/
9         dir_vping:      .functest/vPing/
10         dir_odl:        .functest/ODL/
11         dir_rally_inst: .rally/
12     openstack:
13         image_name: Ubuntu14.04
14         image_url:  https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
15         image_disk_format:  raw
16         #Public network. Will be created by config_functest.py
17         #It must be reachable from where the tests are ran
18         #For Fuel deployment, it exists already and its called net04_ext
19         neutron_public_net_name: net04_ext
20         neutron_public_subnet_name: net04_ext__subnet
21         neutron_public_subnet_cidr: 172.16.9.0/24
22         neutron_public_subnet_start: 172.16.9.130
23         neutron_public_subnet_end: 172.16.9.254
24         #Private network for functest. Will be created by config_functest.py
25         neutron_private_net_name: functest-net
26         neutron_private_subnet_name: functest-subnet
27         neutron_private_subnet_cidr: 192.168.120.0/24
28         neutron_private_subnet_start: 192.168.120.2
29         neutron_private_subnet_end: 192.168.120.254
30         neutron_private_subnet_gateway: 192.168.120.254
31         neutron_router_name: functest-router
32 vping:
33     ping_timeout:   200
34     vm_flavor: m1.small #adapt to your environment
35     vm_name_1: opnfv-vping-1
36     vm_name_2: opnfv-vping-2