Enable new SDNVPN test cases in Functest
[functest.git] / ci / config_functest.yaml
1 general:
2     directories:
3         # Relative to the path where the repo is cloned:
4         dir_vping:         testcases/OpenStack/vPing/
5         dir_odl:           testcases/Controllers/ODL/
6         dir_rally:         testcases/OpenStack/rally/
7         dir_tempest_cases: testcases/OpenStack/tempest/custom_tests/
8         dir_vIMS:          testcases/vnf/vIMS/
9         dir_onos:          testcases/Controllers/ONOS/Teston/
10         dir_onos_sfc:           testcases/Controllers/ONOS/Sfc/
11
12         # Absolute path
13         dir_repos:          /home/opnfv/repos
14         dir_repo_functest:  /home/opnfv/repos/functest
15         dir_repo_rally:     /home/opnfv/repos/rally
16         dir_repo_tempest:   /home/opnfv/repos/tempest
17         dir_repo_releng:    /home/opnfv/repos/releng
18         dir_repo_vims_test: /home/opnfv/repos/vims-test
19         dir_repo_bgpvpn:    /home/opnfv/repos/bgpvpn
20         dir_repo_onos:      /home/opnfv/repos/onos
21         dir_repo_promise:   /home/opnfv/repos/promise
22         dir_repo_doctor:    /home/opnfv/repos/doctor
23         dir_repo_copper:    /home/opnfv/repos/copper
24         dir_repo_ovno:      /home/opnfv/repos/ovno
25         dir_functest:       /home/opnfv/functest
26         dir_results:        /home/opnfv/functest/results
27         dir_functest_conf:  /home/opnfv/functest/conf
28         dir_rally_res:      /home/opnfv/functest/results/rally/
29         dir_functest_data:  /home/opnfv/functest/data
30         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
31         dir_rally_inst:     /home/opnfv/.rally
32
33     openstack:
34         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
35
36         image_name: Cirros-0.3.4
37         image_file_name:  cirros-0.3.4-x86_64-disk.img
38         image_disk_format:  qcow2
39         
40         # Private network for functest. Will be created by config_functest.py
41         neutron_private_net_name: functest-net
42         neutron_private_subnet_name: functest-subnet
43         neutron_private_subnet_cidr: 192.168.120.0/24
44         neutron_private_subnet_start: 192.168.120.2
45         neutron_private_subnet_end: 192.168.120.254
46         neutron_private_subnet_gateway: 192.168.120.254
47         neutron_router_name: functest-router
48
49 vping:
50     ping_timeout:   200
51     vm_flavor: m1.small # adapt to your environment
52     vm_name_1: opnfv-vping-1
53     vm_name_2: opnfv-vping-2
54     image_name: functest-vping
55     vping_private_net_name: vping-net
56     vping_private_subnet_name: vping-subnet
57     vping_private_subnet_cidr: 192.168.130.0/24
58     vping_router_name: vping-router
59     vping_sg_name: vPing-sg
60     vping_sg_descr: Security group for vPing test case
61
62 onos_sfc:
63     image_name: TestSfcVm
64     image_file_name: firewall_block_image.img
65
66 tempest:
67     identity:
68         tenant_name: tempest
69         tenant_description: Tenant for Tempest test suite
70         user_name: tempest
71         user_password: tempest
72     private_net_name: tempest-net
73     private_subnet_name: tempest-subnet
74     private_subnet_cidr: 192.168.150.0/24
75     router_name: tempest-router
76
77 rally:
78     deployment_name: opnfv-rally
79     network_name: rally-net
80     subnet_name: rally-subnet
81     subnet_cidr: 192.168.140.0/24
82     router_name: rally-router
83
84 vIMS:
85     general:
86         tenant_name: vIMS
87         tenant_description: vIMS Functionality Testing
88         images:
89             ubuntu:
90                 image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
91                 image_name: ubuntu_14.04
92             centos:
93                 image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
94                 image_name: centos_7
95     cloudify:
96         blueprint:
97             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
98             branch: "3.3.1-build"
99         requierments:
100             ram_min: 3000
101             os_image: centos_7
102         inputs:
103             keystone_username: ""
104             keystone_password: ""
105             keystone_tenant_name: ""
106             keystone_url: ""
107             manager_public_key_name: 'manager-kp'
108             agent_public_key_name: 'agent-kp'
109             image_id: ""
110             flavor_id: "3"
111             external_network_name: ""
112             ssh_user: centos
113             agents_user: ubuntu
114     clearwater:
115         blueprint:
116             file_name: 'openstack-blueprint.yaml'
117             name: "clearwater-opnfv"
118             destination_folder: "opnfv-cloudify-clearwater"
119             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
120             branch: "stable"
121         deployment-name: 'clearwater-opnfv'
122         requierments:
123             ram_min: 1700
124             os_image: ubuntu_14.04
125         inputs:
126             image_id: ''
127             flavor_id: ''
128             agent_user: 'ubuntu'
129             external_network_name: ''
130             public_domain: clearwater.opnfv
131 ONOS:
132     general:
133         onosbench_username: 'root'
134         onosbench_password: 'root'
135         onoscli_username: 'root'
136         onoscli_password: 'root'
137         runtimeout: 300
138     environment:
139         OCT: '10.20.0.1'
140         OC1: '10.20.0.7'
141         OC2: '10.20.0.7'
142         OC3: '10.20.0.7'
143         OCN: '10.20.0.4'
144         OCN2: '10.20.0.5'
145         installer_master: '10.20.0.2'
146         installer_master_username: 'root'
147         installer_master_password: 'r00tme'
148
149 promise:
150     general:
151         tenant_name: promise
152         tenant_description: promise Functionality Testing
153         user_name: promiser
154         user_pwd: test
155         image_name: promise-img
156         flavor_name: promise-flavor
157         flavor_vcpus: 1
158         flavor_ram: 512
159         flavor_disk: 0
160         network_name: promise-net
161         subnet_name: promise-subnet
162         subnet_cidr: 192.168.121.0/24
163         router_name: promise-router
164
165 example:
166     example_vm_name: example-vm
167     example_flavor: m1.small
168     example_image_name: functest-example-vm
169     example_private_net_name: example-net
170     example_private_subnet_name: example-subnet
171     example_private_subnet_cidr: 192.168.170.0/24
172     example_router_name: example-router
173     example_sg_name: example-sg
174     example_sg_descr: Example Security group
175
176 results:
177     test_db_url: http://testresults.opnfv.org/test/api/v1