refstack: bugfix of testcase failure
[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_fds:           /home/opnfv/repos/fds
31         repo_securityscan:  /home/opnfv/repos/securityscanning
32         repo_vrouter:       /home/opnfv/repos/vnfs/vrouter
33         functest:           /home/opnfv/functest
34         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
35         results:            /home/opnfv/functest/results
36         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
37         functest_conf:      /home/opnfv/functest/conf
38         functest_data:      /home/opnfv/functest/data
39         ims_data:           /home/opnfv/functest/data/ims/
40         rally_inst:         /home/opnfv/.rally
41         repo_kingbird:      /home/opnfv/repos/kingbird
42         refstack_client:    /home/opnfv/repos/refstack-client
43
44     openstack:
45         creds: /home/opnfv/functest/conf/openstack.creds
46         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
47
48         image_name: Cirros-0.3.5
49         image_name_alt: Cirros-0.3.5-1
50         image_file_name:  cirros-0.3.5-x86_64-disk.img
51         image_disk_format:  qcow2
52         image_username:  cirros
53         image_password:  cubswin:)
54
55         flavor_name: opnfv_flavor
56         flavor_name_alt: opnfv_flavor_1
57         flavor_ram: 512
58         flavor_disk: 1
59         flavor_vcpus: 1
60
61         # Private network for functest. Will be created by config_functest.py
62         neutron_private_net_name: functest-net
63         neutron_private_subnet_name: functest-subnet
64         neutron_private_subnet_cidr: 192.168.120.0/24
65         neutron_private_subnet_start: 192.168.120.2
66         neutron_private_subnet_end: 192.168.120.254
67         neutron_private_subnet_gateway: 192.168.120.254
68         neutron_router_name: functest-router
69
70     functest:
71         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
72
73 healthcheck:
74     disk_image: /home/opnfv/functest/data/cirros-0.3.5-x86_64-disk.img
75     disk_format: qcow2
76     wait_time: 60
77
78 snaps:
79     use_keystone: True
80     use_floating_ips: False
81
82 vping:
83     ping_timeout:   200
84     vm_flavor: m1.tiny # adapt to your environment
85     vm_name_1: opnfv-vping-1
86     vm_name_2: opnfv-vping-2
87     image_name: functest-vping
88     private_net_name: vping-net
89     private_subnet_name: vping-subnet
90     private_subnet_cidr: 192.168.130.0/24
91     router_name: vping-router
92     sg_name: vPing-sg
93     sg_desc: Security group for vPing test case
94
95 onos_sfc:
96     image_base_url: http://artifacts.opnfv.org/sfc/demo
97     image_name: TestSfcVm
98     image_file_name: firewall_block_image.img
99
100 tempest:
101     deployment_name: opnfv-tempest
102     identity:
103         tenant_name: tempest
104         tenant_description: Tenant for Tempest test suite
105         user_name: tempest
106         user_password: tempest
107     validation:
108         ssh_timeout: 130
109     object_storage:
110         operator_role: SwiftOperator
111     private_net_name: tempest-net
112     private_subnet_name: tempest-subnet
113     private_subnet_cidr: 192.168.150.0/24
114     router_name: tempest-router
115     use_custom_images: False
116     use_custom_flavors: False
117     volume_device_name: vdc
118
119 rally:
120     deployment_name: opnfv-rally
121     network_name: rally-net
122     subnet_name: rally-subnet
123     subnet_cidr: 192.168.140.0/24
124     router_name: rally-router
125
126 refstack:
127     tempest_conf_path: openstack/refstack_client/tempest.conf
128     defcore_list: openstack/refstack_client/defcore.txt
129
130 vnf:
131     aaa:
132         tenant_name: aaa
133         tenant_description: Freeradius server
134         tenant_images: {}
135     juju_epc:
136         tenant_name: epc
137         tenant_description: OAI EPC deployed with Juju
138         tenant_images: {}
139     cloudify_ims:
140         tenant_name: cloudify_ims
141         tenant_description: vIMS
142         config: cloudify_ims.yaml
143     orchestra_ims:
144         tenant_name: orchestra_ims
145         tenant_description: ims deployed with openbaton
146         config: orchestra_ims.yaml
147     opera_ims:
148         tenant_name: opera_ims
149         tenant_description: ims deployed with open-o
150
151 ONOS:
152     general:
153         onosbench_username: 'root'
154         onosbench_password: 'root'
155         onoscli_username: 'root'
156         onoscli_password: 'root'
157         runtimeout: 300
158     environment:
159         OCT: '10.20.0.1'
160         OC1: '10.20.0.7'
161         OC2: '10.20.0.7'
162         OC3: '10.20.0.7'
163         OCN: '10.20.0.4'
164         OCN2: '10.20.0.5'
165         installer_master: '10.20.0.2'
166         installer_master_username: 'root'
167         installer_master_password: 'r00tme'
168 multisite:
169     fuel:
170         installer_username: 'root'
171         installer_password: 'r00tme'
172     compass:
173         installer_username: 'root'
174         installer_password: 'root'
175         multisite_controller_ip: '10.1.0.50'
176 promise:
177     tenant_name: promise
178     tenant_description: promise Functionality Testing
179     user_name: promiser
180     user_pwd: test
181     image_name: promise-img
182     flavor_name: promise-flavor
183     flavor_vcpus: 1
184     flavor_ram: 128
185     flavor_disk: 0
186     network_name: promise-net
187     subnet_name: promise-subnet
188     subnet_cidr: 192.168.121.0/24
189     router_name: promise-router
190
191 example:
192     vm_name: example-vm
193     flavor: m1.small
194     image_name: functest-example-vm
195     private_net_name: example-net
196     private_subnet_name: example-subnet
197     private_subnet_cidr: 192.168.170.0/24
198     router_name: example-router
199     sg_name: example-sg
200     sg_desc: Example Security group
201
202 results:
203     test_db_url: http://testresults.opnfv.org/test/api/v1