diff options
author | Gao Weitao <victor.gao@huawei.com> | 2019-07-25 07:01:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-25 07:01:22 +0000 |
commit | dc6775fbc0779eb2db77ab8215fcb7847b94a4cf (patch) | |
tree | 13b2a2cc1f1b37838cf2ad1945546d44a015befd /csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf | |
parent | 2a03c94357cb7f77e99f161c136f569ce84d32e9 (diff) | |
parent | b67f6263e48bfcf51c157a9cd7fe774353cc5f38 (diff) |
Merge "Option 1 - pnf only"
Diffstat (limited to 'csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf')
-rw-r--r-- | csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf b/csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf new file mode 100644 index 0000000..c649d11 --- /dev/null +++ b/csarvalidation/src/test/resources/pnf/MainServiceTemplateWithBrokenSourcesSection.mf @@ -0,0 +1,37 @@ +metadata: + 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: MRF.yaml +Algorithm: SHA-256 +Hash: 09e5a788acb180162c51679ae4c998039fa6644505db2415e35107d1ee213943 + +Source: scripts/install.sh +Hash: d0e7828293355a07c2dccaaa765c80b507e60e6167067c950dc2e6b0da0dbd8b + +Source: https://www.vendor_org.com/MRF/v4.1/scripts/scale/scale.sh +Algorithm: SHA-256 + +Source: some_file.sh + + +non_mano_artifact_sets: + + 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 + |