diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2019-03-15 10:43:42 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2019-03-18 08:02:39 +0100 |
commit | 0d4544eb82a2ca79d7724e5c1da70d3943db76eb (patch) | |
tree | 3d18b7a0f8ee1edf20476c60828b0e80042e9b9e /csarvalidation/src/test/resources | |
parent | cb83eef8ba8f479576a07d08cf9b5c48b737778c (diff) |
Update manifest parser
Change-Id: I420fd9fb97450cbcc2afc15632717182e18f0333
Issue-ID: VNFSDK-384
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'csarvalidation/src/test/resources')
-rw-r--r-- | csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf | 35 | ||||
-rw-r--r-- | csarvalidation/src/test/resources/pnf/dummyPnfv2.csar | bin | 3889 -> 4039 bytes |
2 files changed, 24 insertions, 11 deletions
diff --git a/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf index c5a498c..c0c0f97 100644 --- a/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf +++ b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf @@ -1,14 +1,27 @@ metadata: - pnf_product_name: RadioNode - pnf_provider_id: Ericsson - pnf_package_version: 1.0 - pnf_release_date_time: 2019-01-14T11:25:00+00:00 + pnfd_name: RadioNode + pnfd_provider: Ericsson + pnfd_archive_version: 1.0 + pnfd_release_date_time: 2019-01-14T11:25:00+00:00 + +#The manifest file shall include a list of all files contained in or referenced from the VNF package with their location +#source: Definitions/MainServiceTemplate.yaml +#source: Definitions/etsi_nfv_sol001_vnfd_2_5_1_types.yaml non_mano_artifact_sets: - prv.onap.ves_event: # if private else onap_ves_event if public - Source: Artifacts/Deployment/Events/RadioNode_Pnf_v1.yml - prv.onap.pm_dictionary: # if private else onap_pm_dictionary if public - Source: Artifacts/Deployment/Measurements/PM_Dictionary.yml - prv.onap.yang_modules: # if private else onap_yang_modules if public - Source: Artifacts/Deployment/Yang_module/yang-module1.yang - Source: Artifacts/Deployment/Yang_module/yang-module2.yang
\ No newline at end of file + + onap_ves_events: + source: Artifacts/Events/VES_registration.yml + + onap_pm_dictionary: + source: Artifacts/Measurements/PM_Dictionary.yaml + + onap_yang_module: + source: Artifacts/Yang_module/Yang_module.yaml + + onap_others: + source: Artifacts/scripts/install.sh + source: Artifacts/Informational/user_guide.txt + source: Artifacts/Other/installation_guide.txt + source: Artifacts/Other/review_log.txt + diff --git a/csarvalidation/src/test/resources/pnf/dummyPnfv2.csar b/csarvalidation/src/test/resources/pnf/dummyPnfv2.csar Binary files differindex cc48435..778f45c 100644 --- a/csarvalidation/src/test/resources/pnf/dummyPnfv2.csar +++ b/csarvalidation/src/test/resources/pnf/dummyPnfv2.csar |