e34f6a1fb4a130171c9e4ef6f921ce73332b9d6f
[vfc/gvnfm/vnflcm.git] / lcm / lcm / samples / tests.py
1 # Copyright 2017 ZTE Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #         http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 import mock
16 import unittest
17 import json
18 from rest_framework.test import APIClient
19 from rest_framework import status
20 from lcm.pub.utils import restcall
21
22 inst_res_url = "/api/vnflcm/v1/resources/inst"
23 term_res_url = "/api/vnflcm/v1/resources/term"
24 inst_res_data = {
25     "vdus": [
26         {
27             "type": "tosca.nodes.nfv.Vdu.Compute",
28             "description": "vbng",
29             "vdu_id": "VDU_vbng_0",
30             "virtual_compute": {
31                 "virtual_memory": {
32                     "virtual_mem_size": "4096 MB",
33                     "vdu_memory_requirements": {
34                         "memoryPageSize": "2 MB",
35                         "numberOfPages": "1024"
36                     }
37                 },
38                 "virtual_cpu": {
39                     "num_virtual_cpu": "2",
40                     "cpu_architecture": "generic"
41                 },
42                 "virtual_storage": {
43                     "type_of_storage": "root",
44                     "size_of_storage": "40 GB"
45                 },
46             },
47             "artifacts": [
48                 {
49                     "artifact_name": "cirros.img",
50                     "type": "tosca.artifacts.nfv.SwImage",
51                     "properties": {
52                         "operating_system": "unbant",
53                         "sw_image": "/swimages/xenial-snat.qcow2",
54                         "name": "cirros.img",
55                         "checksum": "5000",
56                         "min_ram": "1 GB",
57                         "disk_format": "qcow2",
58                         "version": "1.0",
59                         "container_format": "bare",
60                         "min_disk": "10 GB",
61                         "size": "10 GB"
62                     },
63                     "file": "/swimages/xenial-snat.qcow2"
64                 }
65             ],
66             "image_file": "cirros.img",
67             "local_storages": [
68                 "intel_local_storages_1"
69             ],
70             "dependencies": [
71             ],
72             "vls": [
73                 "vl_vNat"
74             ],
75             "cps": [
76                 "cp_vNat"
77             ],
78             "properties": {
79                 "configurable_properties": {
80                     "test": {
81                         "additional_vnfc_configurable_properties": {
82                             "aaa": "1"
83                         }
84                     }
85                 },
86                 "name": "vNat",
87                 "location_info": {
88                     "vimid": "f1e33529-4a88-4155-9d7a-893cf2c80527",
89                     "tenant": "vnfm",
90                     "availability_zone": "zone1",
91                     "host": "host1"
92                 },
93                 "descrption": "the virtual machine of vNat",
94                 "boot_order": [
95                     "vNAT_Storage"
96                 ]
97             }
98         }
99     ],
100     "volume_storages": [
101         {
102             "volume_storage_id": "volume_storage1",
103             "description": "",
104             "properties": {
105                 "size": "100 GB",
106                 "volume_id": "",
107                 "volume_name": "volumeStorage1",
108                 "custom_volume_type": "type1",
109                 "disk_type": "data",
110                 "delete_on_termination_vm": True,
111                 "location_info": {
112                     "vimid": "f1e33529-4a88-4155-9d7a-893cf2c80527",
113                     "tenant": "vnfm",
114                     "availability_zone": "zone1"
115                 },
116                 "is_predefined": False,
117                 "is_shared": False,
118             },
119             "image_file": [
120                 "volume_image"
121             ]
122         }
123     ],
124     "local_storages": [
125         {
126             "local_storage_id": "omp_local_disk1",
127             "description": "",
128             "properties": {
129                 "size": "100 GB",
130                 "disk_type": "root",
131             },
132         }
133     ],
134     "routers": [
135     ],
136     "image_files": [
137         {
138             "description": "",
139             "properties": {
140                 "operating_system": "unbant",
141                 "sw_image": "/swimages/xenial-snat.qcow2",
142                 "name": "cirros.img",
143                 "checksum": "5000",
144                 "min_ram": "1 GB",
145                 "disk_format": "qcow2",
146                 "version": "1.0",
147                 "container_format": "bare",
148                 "min_disk": "10 GB",
149                 "size": "10 GB"
150             },
151             "image_file_id": "cirros.img"
152         }
153     ],
154     "vnf_exposed": {
155         "external_cps": [
156             {
157                 "key_name": "sriov_plane",
158                 "cp_id": "SRIOV_Port"
159             }
160         ],
161         "forward_cps": [
162         ]
163     },
164     'vls': [
165         {
166             "vl_id": "vl_vNat",
167             "description": "",
168             "properties": {
169                 "name": "vNat_big_subnet",
170                 "network_name": "vNat_big",
171                 "is_predefined": False,
172                 "vendor": "zte",
173                 "netmask": "255.255.255.0",
174                 "mtu": 1500,
175                 "network_type": "vlan",
176                 "physical_network": "physnet1",
177                 "segmentation_id": "30",
178                 "vlan_transparent": False,
179                 "vds_name": "vds1",
180                 "cidr": "10.43.38.0/24",
181                 "ip_version": 4,
182                 "gateway_ip": "10.43.38.1",
183                 "dhcp_enabled": False,
184                 "start_ip": "10.43.38.2",
185                 "end_ip": "10.43.38.254",
186                 "host_routes": [
187                     {
188                         "destination": "10.43.26.0/24",
189                         "nexthop": "10.41.23.1"
190                     }
191                 ],
192                 "location_info": {
193                     "vimid": "f1e33529-4a88-4155-9d7a-893cf2c80527",
194                     "tenant": "vnfm"
195                 },
196                 "cloud_type": "IaaS"
197             },
198             "route_id": "router01",
199             "route_external": False
200         }
201     ],
202     "cps": [
203         {
204             "properties": {
205                 "name": "vNat_big_subnet_port",
206                 "ip_address": "10.43.38.253",
207                 "vnic_type": "normal",
208                 "role": "root",
209                 "virtual_network_interface_requirements": [
210                     {
211                         "requirement": {
212                             "SRIOV": "true"
213                         },
214                         "support_mandatory": False,
215                         "name": "sriov",
216                         "description": "sriov"
217                     }
218                 ],
219                 "layer_protocol": "ipv4",
220                 "description": "sriov port"
221             },
222             "vl_id": "vl_vNat",
223             "description": "",
224             "cp_id": "cp_vNat",
225             "vdu_id": "VDU_vbng_0"
226         }
227     ],
228     "metadata": {
229         "vnfSoftwareVersion": "1.0.0",
230         "vnfmType": "gvnfmdriver",
231         "vnfProductName": "openNAT",
232         "localizationLanguage": "[english, chinese]",
233         "vnfProvider": "intel",
234         "vnfmInfo": "GVNFM",
235         "defaultLocalizationLanguage": "english",
236         "csarVersion": "1.0.0",
237         "vnfdId": "openNAT-1.0",
238         "csarProvider": "intel",
239         "vnfProductInfoDescription": "openNAT",
240         "version": "1.0.0",
241         "vnfdVersion": "1.0.0",
242         "vnfProductInfoName": "openNAT",
243         "vendor": "intel",
244         "csarType": "NFAR",
245         "id": "openNAT-1.0"
246     }
247 }
248 NOT_PREDEFINED = 1
249 term_res_data = {
250     "volume": [{"is_predefined": NOT_PREDEFINED, "vim_id": "1", "tenant_id": "2", "res_id": "3"}],
251     "network": [{"is_predefined": NOT_PREDEFINED, "vim_id": "2", "tenant_id": "3", "res_id": "4"}],
252     "subnet": [{"is_predefined": NOT_PREDEFINED, "vim_id": "3", "tenant_id": "4", "res_id": "5"}],
253     "port": [{"is_predefined": NOT_PREDEFINED, "vim_id": "4", "tenant_id": "5", "res_id": "6"}],
254     "flavor": [{"is_predefined": NOT_PREDEFINED, "vim_id": "5", "tenant_id": "6", "res_id": "7"}],
255     "vm": [{"is_predefined": NOT_PREDEFINED, "vim_id": "6", "tenant_id": "7", "res_id": "8"}]
256 }
257
258
259 c0_data_get_tenant_id = {
260     "tenants": [
261         {
262             "id": "1",
263             "name": "vnfm",
264         }
265     ]
266 }
267
268 c1_data_create_volume = {
269     "vimId": "f1e33529-4a88-4155-9d7a-893cf2c80527",
270     "nodeId": "",
271     "id": "234",
272     "name": "volume1"
273 }
274
275 c1_data_get_volume = {
276     "vimId": "f1e33529-4a88-4155-9d7a-893cf2c80527",
277     "status": "AVAILABLE"
278 }
279
280 c2_data_create_network = {
281     "vimId": "f1e33529-4a88-4155-9d7a-893cf2c80527",
282     "nodeId": "",
283     "id": "234"
284 }
285
286 c3_data_create_subnet = {
287     "vimId": "f1e33529-4a88-4155-9d7a-893cf2c80527",
288     "id": "345"
289 }
290
291 c4_data_create_port = {
292     "vimId": "f1e33529-4a88-4155-9d7a-893cf2c80527",
293     "nodeId": "",
294     "id": "456"
295 }
296
297 c5_data_get_flavor = [{
298     "flavors": {
299         "flavor": [
300             {
301                 "flavor-id": "111111",
302                 "hpa-capabilities": [
303                     {
304                         "hpa-capability-id": "1243",
305                         "hpa-feature-attributes": [
306                             {
307                                 "hpa-attribute-key": "memoryPageSize",
308                                 "hpa-attribute-value": {"value": 2, "unit": "MB"}
309                             }
310                         ]
311                     }
312                 ]
313             }
314         ]
315     }
316 }]
317
318 c6_data_list_image = {
319     "images": [
320         {
321             "name": "cirros.img",
322             "id": "678"
323         }
324     ]
325 }
326
327 c6_data_create_vm = {
328     "id": "789",
329     "name": "vm"
330 }
331
332 c6_data_get_vm = {
333     "id": "789",
334     "status": "Active",
335     "name": "vm"
336 }
337
338
339 class SampleViewTest(unittest.TestCase):
340     def setUp(self):
341         self.client = APIClient()
342
343     def tearDown(self):
344         pass
345
346     def test_sample(self):
347         response = self.client.get("/samples/")
348         self.assertEqual(status.HTTP_200_OK, response.status_code, response.content)
349         resp_data = json.loads(response.content)
350         self.assertEqual({"status": "active"}, resp_data)
351
352     @mock.patch.object(restcall, 'call_req')
353     def test_inst_res(self, mock_call_req):
354         r0_data_get_tenant_id = [0, json.JSONEncoder().encode(c0_data_get_tenant_id), '200']
355         r1_data_create_volume = [0, json.JSONEncoder().encode(c1_data_create_volume), '200']
356         r1_data_get_volume = [0, json.JSONEncoder().encode(c1_data_get_volume), '200']
357         r2_data_create_network = [0, json.JSONEncoder().encode(c2_data_create_network), '200']
358         r3_data_create_subnet = [0, json.JSONEncoder().encode(c3_data_create_subnet), '200']
359         r4_data_create_port = [0, json.JSONEncoder().encode(c4_data_create_port), '200']
360         r5_data_get_flavor = [0, json.JSONEncoder().encode(c5_data_get_flavor), '200']
361         r6_data_list_image = [0, json.JSONEncoder().encode(c6_data_list_image), '200']
362         r6_data_create_vm = [0, json.JSONEncoder().encode(c6_data_create_vm), '200']
363         r6_data_get_vm = [0, json.JSONEncoder().encode(c6_data_get_vm), '200']
364
365         mock_call_req.side_effect = [r0_data_get_tenant_id,
366                                      r1_data_create_volume, r1_data_get_volume,
367                                      r2_data_create_network,
368                                      r3_data_create_subnet,
369                                      r4_data_create_port,
370                                      r5_data_get_flavor,
371                                      r6_data_list_image, r6_data_create_vm, r6_data_get_vm]
372         resp = self.client.post(inst_res_url, data=json.dumps(inst_res_data), content_type='application/json')
373         self.failUnlessEqual(status.HTTP_204_NO_CONTENT, resp.status_code)
374
375     @mock.patch.object(restcall, 'call_req')
376     def test_term_res(self, mock_call_req):
377         r0_data_delete = [0, json.JSONEncoder().encode({"vim_id": "123"}), '200']
378         mock_call_req.side_effect = [r0_data_delete,
379                                      r0_data_delete,
380                                      r0_data_delete,
381                                      r0_data_delete,
382                                      r0_data_delete,
383                                      r0_data_delete,
384                                      r0_data_delete]
385         resp = self.client.post(term_res_url, data=json.dumps(term_res_data), content_type='application/json')
386         self.failUnlessEqual(status.HTTP_204_NO_CONTENT, resp.status_code)