From 2b1ae21b3854782f1a4e27f00b406fa7d8931bcf Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 5 May 2020 14:32:41 +0200 Subject: ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki Change-Id: If4d89b802a85241e66f38e010e8be0ce94a484e3 --- .../Definitions/pnf_main_descriptor.yaml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tosca/vnfsdk/test_SDC_and_VNFSDK_API_missing_entry_in_manifest/Definitions/pnf_main_descriptor.yaml (limited to 'tosca/vnfsdk/test_SDC_and_VNFSDK_API_missing_entry_in_manifest/Definitions/pnf_main_descriptor.yaml') diff --git a/tosca/vnfsdk/test_SDC_and_VNFSDK_API_missing_entry_in_manifest/Definitions/pnf_main_descriptor.yaml b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_missing_entry_in_manifest/Definitions/pnf_main_descriptor.yaml new file mode 100644 index 00000000..f0064dee --- /dev/null +++ b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_missing_entry_in_manifest/Definitions/pnf_main_descriptor.yaml @@ -0,0 +1,28 @@ +tosca_definitions_version: tosca_simple_yaml_1_2 + +description: service template of an Acme PNF + +imports: + - etsi_nfv_sol001_pnfd_2_5_1_types.yaml + +topology_template: + node_templates: + myPnf: + type: tosca.nodes.nfv.PNF + properties: + descriptor_id: b1bb0ce7-ebca-4fa7-95ed-4840d70a2233 + function_description: Acme PNF + provider: Acme + version: 1.0 + descriptor_invariant_id: 1111-2222-ccaa-bbdd + name: Acme PNF + + pnfExtCp_1: + type: tosca.nodes.nfv.PnfExtCp + properties: + trunk_mode: false + layer_protocols: [ ipv4 ] + role: leaf + description: External connection point to access Acme myPnf + requirements: + - dependency: myPnf -- cgit 1.2.3-korg