summaryrefslogtreecommitdiffstats
path: root/testcases/functest.yaml
blob: cee07fcad5d90e2e100018f77547c0d5a4c9120c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
general:
    directories:
        dir_functest:   .functest/ #DONT CHANGE
        dir_rally_repo: .functest/Rally_repo/
        dir_rally:      .functest/Rally_test/
        dir_rally_scn:  .functest/Rally_test/scenarios/
        dir_rally_res:  .functest/Rally_test/results/
        dir_vping:      .functest/vPing/
        dir_odl:        .functest/ODL/
        dir_rally_inst: .rally/
    openstack:
        image_name: Ubuntu14.04
        image_url:  https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
        image_disk_format:  raw
        #Public network. Will be created by config_functest.py
        #It must be reachable from where the tests are ran
        #For Fuel deployment, it exists already and its called net04_ext
        neutron_public_net_name: net04_ext
        neutron_public_subnet_name: net04_ext__subnet
        neutron_public_subnet_cidr: 172.16.9.0/24
        neutron_public_subnet_start: 172.16.9.130
        neutron_public_subnet_end: 172.16.9.254
        #Private network for functest. Will be created by config_functest.py
        neutron_private_net_name: functest-net
        neutron_private_subnet_name: functest-subnet
        neutron_private_subnet_cidr: 192.168.120.0/24
        neutron_private_subnet_start: 192.168.120.2
        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