From a5445100050e49e83f73424198d73cd72d672a4d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 4 Mar 2018 14:53:33 +0200 Subject: Sync Integ to Master Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) --- .../importResource4testUnknown.json | 17 ------------ ...mative-types-new-importResource4testUnknown.yml | 30 --------------------- ...mative-types-new-importResource4testUnknown.zip | Bin 616 -> 0 bytes 3 files changed, 47 deletions(-) delete mode 100644 asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/importResource4testUnknown.json delete mode 100644 asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.yml delete mode 100644 asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.zip (limited to 'asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown') diff --git a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/importResource4testUnknown.json b/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/importResource4testUnknown.json deleted file mode 100644 index 3059d99eec..0000000000 --- a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/importResource4testUnknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "payloadName": "normative-types-new-importResource4testUnknown.yml", - "contactId": "jh0003", - "name": "importResource4test", - "description": "Represents a generic software component that can be managed and run by a Compute Node Type.", - "resourceIconPath": "defaulticon", - "categories": [{ - "name": "Generic", - "subcategories": [{ - "name": "Infrastructure" - }] - }], - "tags": ["importResource4test"], - "resourceType" : "VFC", - "vendorName": "ATT (Tosca)", - "vendorRelease": "1.0.0.wd03" -} \ No newline at end of file diff --git a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.yml b/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.yml deleted file mode 100644 index 115a61a12b..0000000000 --- a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.yml +++ /dev/null @@ -1,30 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0 -node_types: - org.openecomp.resource.Unknown.importResource4test: - derived_from: tosca.nodes.Root - description: The TOSCA Node Type all other TOSCA base Node Types derive from - attributes: - tosca_id: - type: string - tosca_name: - type: string - state: - type: string - capabilities: - feature2: - type: tosca.capabilities.Node - requirements: - - dependency2 : - capability: tosca.capabilities.Node - node: tosca.nodes.importResource4test - relationship: tosca.relationships.DependsOn - occurrences: [ 0, UNBOUNDED ] - properties: - root_password: - type: string - required: false - description: the optional root password for the DBMS service - port: - type: integer - required: false - description: the port the DBMS service will listen to for data and requests diff --git a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.zip b/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.zip deleted file mode 100644 index 5e2b0ac582..0000000000 Binary files a/asdc-tests/src/test/resources/CI/importResourceTests/importResource4testUnknown/normative-types-new-importResource4testUnknown.zip and /dev/null differ -- cgit 1.2.3-korg