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