vPing.py : changed #cloud-config to inject an sh script
[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: functest-img
14         image_url:  http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
15         image_disk_format:  qcow2
16         #Public network. Optional
17         neutron_public_net_name: net04_ext
18         neutron_public_subnet_name: net04_ext__subnet
19         neutron_public_subnet_cidr: 172.16.9.0/24
20         neutron_public_subnet_start: 172.16.9.130
21         neutron_public_subnet_end: 172.16.9.254
22         #Private network for functest. Will be created by config_functest.py
23         neutron_private_net_name: functest-net
24         neutron_private_subnet_name: functest-subnet
25         neutron_private_subnet_cidr: 192.168.120.0/24
26         neutron_private_subnet_start: 192.168.120.2
27         neutron_private_subnet_end: 192.168.120.254
28         neutron_private_subnet_gateway: 192.168.120.254
29         neutron_router_name: functest-router
30 vping:
31     ping_timeout:   200
32     vm_flavor: m1.small #adapt to your environment
33     vm_name_1: opnfv-vping-1
34     vm_name_2: opnfv-vping-2