tacker/tacker/tests/unit/conductor/conductorrpc
Shubham Potale f03b615bfe Implement RestFul API to read VNFD of an on-boarded VNF package
The VNFD can be implemented as a single file or as a collection of
multiple files. If the VNFD is implemented in the form of multiple
files, a ZIP file embedding these files shall be returned. If the VNFD
is implemented as a single file, either that file or a ZIP file
embedding that file shall be returned.

Implemented below API:-

* GET /vnf_packages/{vnfPkgId}/vnfd

Change-Id: I4af9c8126fb7478da294bc99a176eabba3944564
Implements: bp enhance-vnf-package-support-part1
2020-04-20 03:16:33 +00:00
..
__init__.py Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
test_vnf_pkgm_rpc.py Implement RestFul API to read VNFD of an on-boarded VNF package 2020-04-20 03:16:33 +00:00