Merge "Select test cases in tempest to be blacklisted per each scenario"
[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_repo_parser:    /home/opnfv/repos/parser
26         dir_functest:       /home/opnfv/functest
27         dir_results:        /home/opnfv/functest/results
28         dir_functest_conf:  /home/opnfv/functest/conf
29         dir_rally_res:      /home/opnfv/functest/results/rally/
30         dir_functest_data:  /home/opnfv/functest/data
31         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
32         dir_rally_inst:     /home/opnfv/.rally
33
34     openstack:
35         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
36
37         image_name: Cirros-0.3.4
38         image_file_name:  cirros-0.3.4-x86_64-disk.img
39         image_disk_format:  qcow2
40
41         # Private network for functest. Will be created by config_functest.py
42         neutron_private_net_name: functest-net
43         neutron_private_subnet_name: functest-subnet
44         neutron_private_subnet_cidr: 192.168.120.0/24
45         neutron_private_subnet_start: 192.168.120.2
46         neutron_private_subnet_end: 192.168.120.254
47         neutron_private_subnet_gateway: 192.168.120.254
48         neutron_router_name: functest-router
49
50 healthcheck:
51     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
52
53 vping:
54     ping_timeout:   200
55     vm_flavor: m1.small # adapt to your environment
56     vm_name_1: opnfv-vping-1
57     vm_name_2: opnfv-vping-2
58     image_name: functest-vping
59     vping_private_net_name: vping-net
60     vping_private_subnet_name: vping-subnet
61     vping_private_subnet_cidr: 192.168.130.0/24
62     vping_router_name: vping-router
63     vping_sg_name: vPing-sg
64     vping_sg_descr: Security group for vPing test case
65
66 onos_sfc:
67     image_name: TestSfcVm
68     image_file_name: firewall_block_image.img
69
70 tempest:
71     identity:
72         tenant_name: tempest
73         tenant_description: Tenant for Tempest test suite
74         user_name: tempest
75         user_password: tempest
76     private_net_name: tempest-net
77     private_subnet_name: tempest-subnet
78     private_subnet_cidr: 192.168.150.0/24
79     router_name: tempest-router
80
81 rally:
82     deployment_name: opnfv-rally
83     network_name: rally-net
84     subnet_name: rally-subnet
85     subnet_cidr: 192.168.140.0/24
86     router_name: rally-router
87
88 vIMS:
89     general:
90         tenant_name: vIMS
91         tenant_description: vIMS Functionality Testing
92         images:
93             ubuntu:
94                 image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
95                 image_name: ubuntu_14.04
96             centos:
97                 image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
98                 image_name: centos_7
99     cloudify:
100         blueprint:
101             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
102             branch: "3.3.1-build"
103         requierments:
104             ram_min: 3000
105             os_image: centos_7
106         inputs:
107             keystone_username: ""
108             keystone_password: ""
109             keystone_tenant_name: ""
110             keystone_url: ""
111             manager_public_key_name: 'manager-kp'
112             agent_public_key_name: 'agent-kp'
113             image_id: ""
114             flavor_id: "3"
115             external_network_name: ""
116             ssh_user: centos
117             agents_user: ubuntu
118     clearwater:
119         blueprint:
120             file_name: 'openstack-blueprint.yaml'
121             name: "clearwater-opnfv"
122             destination_folder: "opnfv-cloudify-clearwater"
123             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
124             branch: "stable"
125         deployment-name: 'clearwater-opnfv'
126         requierments:
127             ram_min: 1700
128             os_image: ubuntu_14.04
129         inputs:
130             image_id: ''
131             flavor_id: ''
132             agent_user: 'ubuntu'
133             external_network_name: ''
134             public_domain: clearwater.opnfv
135 ONOS:
136     general:
137         onosbench_username: 'root'
138         onosbench_password: 'root'
139         onoscli_username: 'root'
140         onoscli_password: 'root'
141         runtimeout: 300
142     environment:
143         OCT: '10.20.0.1'
144         OC1: '10.20.0.7'
145         OC2: '10.20.0.7'
146         OC3: '10.20.0.7'
147         OCN: '10.20.0.4'
148         OCN2: '10.20.0.5'
149         installer_master: '10.20.0.2'
150         installer_master_username: 'root'
151         installer_master_password: 'r00tme'
152 multisite:
153     fuel_environment:
154         installer_username: 'root'
155         installer_password: 'r00tme'
156     compass_environment:
157         installer_username: 'root'
158         installer_password: 'root'
159         multisite_controller_ip: '10.1.0.50'
160 promise:
161     general:
162         tenant_name: promise
163         tenant_description: promise Functionality Testing
164         user_name: promiser
165         user_pwd: test
166         image_name: promise-img
167         flavor_name: promise-flavor
168         flavor_vcpus: 1
169         flavor_ram: 512
170         flavor_disk: 0
171         network_name: promise-net
172         subnet_name: promise-subnet
173         subnet_cidr: 192.168.121.0/24
174         router_name: promise-router
175
176 parser:
177     general:
178         tenant_name: parser
179         tenant_description: parser Functionality Testing
180         user_name: parser
181         user_pwd: parser
182         image_name: parser-img
183         flavor_name: parser-flavor
184         flavor_vcpus: 1
185         flavor_ram: 512
186         flavor_disk: 0
187         network_name: parser-net
188         subnet_name: parser-subnet
189         subnet_cidr: 192.168.160.0/24
190         router_name: parser-router
191
192 example:
193     example_vm_name: example-vm
194     example_flavor: m1.small
195     example_image_name: functest-example-vm
196     example_private_net_name: example-net
197     example_private_subnet_name: example-subnet
198     example_private_subnet_cidr: 192.168.170.0/24
199     example_router_name: example-router
200     example_sg_name: example-sg
201     example_sg_descr: Example Security group
202
203 results:
204     test_db_url: http://testresults.opnfv.org/test/api/v1