From de0e18b974cb40cbbfac1accdc7d4b460ccd4186 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 7 Nov 2018 16:39:31 +0800 Subject: Added JMeter scripts for stability test Added the scripts and JMeter scenario for stability test Change-Id: If495321e54e56d688cfadd53894a0361f283079d Issue-ID: POLICY-837 Signed-off-by: Lianhao Lu --- .../Definitions/resource-Vnf-template.yml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 s3p/templates/pciDeviceId/Definitions/resource-Vnf-template.yml (limited to 's3p/templates/pciDeviceId/Definitions/resource-Vnf-template.yml') diff --git a/s3p/templates/pciDeviceId/Definitions/resource-Vnf-template.yml b/s3p/templates/pciDeviceId/Definitions/resource-Vnf-template.yml new file mode 100644 index 00000000..121aba2c --- /dev/null +++ b/s3p/templates/pciDeviceId/Definitions/resource-Vnf-template.yml @@ -0,0 +1,70 @@ +tosca_definitions_version: tosca_simple_yaml_1_1 +metadata: + invariantUUID: 7f6227f9-771a-4d25-86bb-2b3ba809e81c + UUID: d5c50615-de40-4a8a-a2a6-9eae9bd5b30f + name: VNF + description: VNF + type: VFC + category: Generic + subcategory: Infrastructure + resourceVendor: ATT (Tosca) + resourceVendorRelease: 1.0.0.wd03 + resourceVendorModelNumber: '' +imports: +- nodes: + file: nodes.yml +- datatypes: + file: data.yml +- capabilities: + file: capabilities.yml +- relationships: + file: relationships.yml +- groups: + file: groups.yml +- policies: + file: policies.yml +- annotations: + file: annotations.yml +node_types: + tosca.nodes.nfv.VNF: + derived_from: tosca.nodes.Root + description: VNF + properties: + configurable_properties: + type: tosca.datatypes.nfv.VnfConfigurableProperties + product_info_name: + type: string + default_localization_language: + type: string + flavour_id: + type: string + flavour_description: + type: string + product_name: + type: string + descriptor_id: + type: string + product_info_description: + type: string + provider: + type: string + descriptor_version: + type: string + vnfm_info: + type: list + entry_schema: + type: string + software_version: + type: string + localization_languages: + type: list + entry_schema: + type: string + requirements: + - virtual_link: + occurrences: + - 0 + - UNBOUNDED + capability: tosca.capabilities.nfv.VirtualLinkable + node: tosca.nodes.nfv.VnfVirtualLink + relationship: tosca.relationships.nfv.VirtualLinksTo -- cgit 1.2.3-korg