Re-Enable Promise testcases
[functest.git] / functest / ci / config_functest.yaml
1 general:
2     dir:
3         # Relative to the path where the repo is cloned:
4         vping:             functest/opnfv_tests/openstack/vping
5         dir_odl:           functest/opnfv_tests/sdn/odl
6         rally:             functest/opnfv_tests/openstack/rally
7         tempest_cases:     functest/opnfv_tests/openstack/tempest/custom_tests
8         onos:              functest/opnfv_tests/sdn/onos/teston
9         onos_sfc:          functest/opnfv_tests/sdn/onos/sfc
10
11         # Absolute path
12         home:               /home/opnfv
13         repos:              /home/opnfv/repos
14         repo_functest:      /home/opnfv/repos/functest
15         dir_repo_rally:     /home/opnfv/repos/rally
16         repo_tempest:       /home/opnfv/repos/tempest
17         dir_repo_releng:    /home/opnfv/repos/releng
18         repo_vims_test:     /home/opnfv/repos/vnfs/vims-test
19         repo_sdnvpn:        /home/opnfv/repos/sdnvpn
20         repo_sfc:           /home/opnfv/repos/sfc
21         repo_onos:          /home/opnfv/repos/onos
22         repo_promise:       /home/opnfv/repos/promise
23         repo_netready:      /home/opnfv/repos/netready
24         repo_barometer:     /home/opnfv/repos/barometer
25         repo_doctor:        /home/opnfv/repos/doctor
26         repo_copper:        /home/opnfv/repos/copper
27         repo_parser:        /home/opnfv/repos/parser
28         repo_domino:        /home/opnfv/repos/domino
29         repo_snaps:         /home/opnfv/repos/snaps
30         repo_opera:         /home/opnfv/repos/opera
31         repo_fds:           /home/opnfv/repos/fds
32         repo_securityscan:  /home/opnfv/repos/securityscanning
33         repo_vrouter:       /home/opnfv/repos/vnfs/vrouter
34         functest:           /home/opnfv/functest
35         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
36         results:            /home/opnfv/functest/results
37         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.ini
38         functest_conf:      /home/opnfv/functest/conf
39         functest_data:      /home/opnfv/functest/data
40         ims_data:           /home/opnfv/functest/data/ims/
41         functest_images:    /home/opnfv/functest/images
42         rally_inst:         /home/opnfv/.rally
43         repo_kingbird:      /home/opnfv/repos/kingbird
44         refstack_client:    /home/opnfv/repos/refstack-client
45
46     openstack:
47         creds: /home/opnfv/functest/conf/openstack.creds
48         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
49
50         image_name: Cirros-0.3.5
51         image_name_alt: Cirros-0.3.5-1
52         image_file_name:  cirros-0.3.5-x86_64-disk.img
53         image_url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
54         image_user: cirros
55         image_disk_format:  qcow2
56         image_username:  cirros
57         image_password:  cubswin:)
58
59         flavor_name: opnfv_flavor
60         flavor_name_alt: opnfv_flavor_1
61         flavor_ram: 512
62         flavor_disk: 1
63         flavor_vcpus: 1
64
65         # Private network for functest. Will be created by config_functest.py
66         neutron_private_net_name: functest-net
67         neutron_private_subnet_name: functest-subnet
68         neutron_private_subnet_cidr: 192.168.120.0/24
69         neutron_private_subnet_start: 192.168.120.2
70         neutron_private_subnet_end: 192.168.120.254
71         neutron_private_subnet_gateway: 192.168.120.254
72         neutron_router_name: functest-router
73
74     functest:
75         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
76
77 snaps:
78     use_keystone: True
79     use_floating_ips: True
80 #    images:
81 #      cirros:
82 #        disk_url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
83         # ARM
84 #        disk_url: http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-disk.img
85 #        kernel_url: http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-kernel
86 #        ramdisk_url: http://download.cirros-cloud.net/daily/20161201/cirros-d161201-aarch64-initramfs
87 #        extra_properties:
88 #            os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0
89 #            hw_video_model: vga
90 #      ubuntu:
91 #        disk_url: http://uec-images.ubuntu.com/releases/trusty/14.04/ubuntu-14.04-server-cloudimg-amd64-disk1.img
92 #      centos:
93 #        disk_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
94
95 vping:
96     ping_timeout:   200
97     vm_flavor: m1.tiny # adapt to your environment
98     vm_name_1: opnfv-vping-1
99     vm_name_2: opnfv-vping-2
100     image_name: functest-vping
101     private_net_name: vping-net
102     private_subnet_name: vping-subnet
103     private_subnet_cidr: 192.168.130.0/24
104     router_name: vping-router
105     sg_name: vPing-sg
106     sg_desc: Security group for vPing test case
107     keypair_name: vPing-keypair
108     keypair_priv_file: /tmp/vPing-keypair
109     keypair_pub_file: /tmp/vPing-keypair.pub
110     vm_boot_timeout: 180
111     vm_delete_timeout: 100
112     vm_ssh_connect_timeout: 60
113     cleanup_objects: True
114     unique_names: True
115
116 onos_sfc:
117     image_base_url: http://artifacts.opnfv.org/sfc/demo
118     image_name: TestSfcVm
119     image_file_name: firewall_block_image.img
120
121 tempest:
122     deployment_name: opnfv-tempest
123     identity:
124         tenant_name: tempest
125         tenant_description: Tenant for Tempest test suite
126         user_name: tempest
127         user_password: tempest
128     validation:
129         ssh_timeout: 130
130     object_storage:
131         operator_role: SwiftOperator
132     private_net_name: tempest-net
133     private_subnet_name: tempest-subnet
134     private_subnet_cidr: 192.168.150.0/24
135     router_name: tempest-router
136     use_custom_images: False
137     use_custom_flavors: False
138     volume_device_name: vdc
139
140 rally:
141     deployment_name: opnfv-rally
142     network_name: rally-net
143     subnet_name: rally-subnet
144     subnet_cidr: 192.168.140.0/24
145     router_name: rally-router
146
147 refstack:
148     tempest_conf_path: openstack/refstack_client/refstack_tempest.conf
149     defcore_list: openstack/refstack_client/defcore.txt
150
151 vnf:
152     aaa:
153         tenant_name: aaa
154         tenant_description: Freeradius server
155         tenant_images: {}
156     juju_epc:
157         tenant_name: epc
158         tenant_description: OAI EPC deployed with Juju
159         tenant_images: {}
160     cloudify_ims:
161         tenant_name: cloudify_ims
162         tenant_description: vIMS
163         config: cloudify_ims.yaml
164     orchestra_ims:
165         tenant_name: orchestra_ims
166         tenant_description: ims deployed with openbaton
167         config: orchestra_ims.yaml
168     opera_ims:
169         tenant_name: opera_ims
170         tenant_description: ims deployed with open-o
171
172 ONOS:
173     general:
174         onosbench_username: 'root'
175         onosbench_password: 'root'
176         onoscli_username: 'root'
177         onoscli_password: 'root'
178         runtimeout: 300
179     environment:
180         OCT: '10.20.0.1'
181         OC1: '10.20.0.7'
182         OC2: '10.20.0.7'
183         OC3: '10.20.0.7'
184         OCN: '10.20.0.4'
185         OCN2: '10.20.0.5'
186         installer_master: '10.20.0.2'
187         installer_master_username: 'root'
188         installer_master_password: 'r00tme'
189 multisite:
190     fuel:
191         installer_username: 'root'
192         installer_password: 'r00tme'
193     compass:
194         installer_username: 'root'
195         installer_password: 'root'
196         multisite_controller_ip: '10.1.0.50'
197 promise:
198     tenant_name: promise
199     tenant_description: promise Functionality Testing
200     user_name: promiser
201     user_pwd: test
202     image_name: promise-img
203     flavor_name: promise-flavor
204     flavor_vcpus: 1
205     flavor_ram: 128
206     flavor_disk: 0
207     network_name: promise-net
208     subnet_name: promise-subnet
209     subnet_cidr: 192.168.121.0/24
210     router_name: promise-router
211
212 example:
213     vm_name: example-vm
214     flavor: m1.small
215     image_name: functest-example-vm
216     private_net_name: example-net
217     private_subnet_name: example-subnet
218     private_subnet_cidr: 192.168.170.0/24
219     router_name: example-router
220     sg_name: example-sg
221     sg_desc: Example Security group
222
223 results:
224     # you can also set a file (e.g. /home/opnfv/functest/results/dump.txt) to dump results
225     # test_db_url: file:///home/opnfv/functest/results/dump.txt
226     test_db_url: http://testresults.opnfv.org/test/api/v1/results
227
228 energy_recorder:
229     api_url: http://161.105.253.100:8888/resources
230     api_user: ""
231     api_password: ""