From 58a82a7e0a5bc010236991061aa959e55672028c Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Wed, 25 Aug 2021 17:44:25 +0200 Subject: [TEST] Unwind master back to 27.07.2020 Unwind master due to regression in few tests. Issue-ID: OOM-1 Change-Id: I3b759a5928aeb47fc7fddeaa5998aa090d085c5c Signed-off-by: Krzysztof Opasiak --- .../cds-resource-resolution/cds-mock-server.tar.gz | Bin 2376 -> 0 bytes .../artifacts/cds-resource-resolution/dd.json | 260 --------------------- .../resource-resolution.zip | Bin 6121 -> 0 bytes 3 files changed, 260 deletions(-) delete mode 100644 src/onaptests/templates/artifacts/cds-resource-resolution/cds-mock-server.tar.gz delete mode 100644 src/onaptests/templates/artifacts/cds-resource-resolution/dd.json delete mode 100644 src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip (limited to 'src/onaptests/templates') diff --git a/src/onaptests/templates/artifacts/cds-resource-resolution/cds-mock-server.tar.gz b/src/onaptests/templates/artifacts/cds-resource-resolution/cds-mock-server.tar.gz deleted file mode 100644 index ad428fb..0000000 Binary files a/src/onaptests/templates/artifacts/cds-resource-resolution/cds-mock-server.tar.gz and /dev/null differ diff --git a/src/onaptests/templates/artifacts/cds-resource-resolution/dd.json b/src/onaptests/templates/artifacts/cds-resource-resolution/dd.json deleted file mode 100644 index ead7f86..0000000 --- a/src/onaptests/templates/artifacts/cds-resource-resolution/dd.json +++ /dev/null @@ -1,260 +0,0 @@ -[ - { - "name": "RT-db", - "data_type": "string", - "entry_schema": "string", - "description": "DB request for regression test", - "tags": "datetime", - "updatedBy": "Selfish", - "definition": { - "name": "RT-db", - "tags": "RT-db", - "updated-by": "Selffish", - "property": { - "description": "DB request for regression test", - "type": "string" - }, - "sources": { - "processor-db": { - "type": "source-db", - "properties": { - "endpoint-selector": "db-endpoint", - "type": "SQL", - "query": "select sdnctl.RESOURCE_RESOLUTION.value from sdnctl.RESOURCE_RESOLUTION where value='ok'", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "kotlin-script", - "data_type": "string", - "entry_schema": "string", - "description": "Kotlin script used to read properties.", - "tags": "kotlin-script", - "updatedBy": "Self-fish", - "definition": { - "name": "kotlin-script", - "updated-by": "Selffish", - "tags": "properties-capability-source", - "property": { - "description": "Kotlin script used to read properties.", - "type": "string" - }, - "sources": { - "capability": { - "type": "source-capability", - "properties": { - "script-type": "kotlin", - "script-class-reference": "cba.cds.RT.ResolvPropertiesKt", - "instance-dependencies": [] - } - } - } - } - }, - { - "name": "RT-rest-delete", - "data_type": "string", - "entry_schema": "string", - "description": "Rest DELETE request for regression test", - "tags": "RT-rest-delete", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-delete", - "tags": "RT-rest-delete", - "updated-by": "Selffish", - "property": { - "description": "Rest DELETE request for regression test", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "DELETE", - "url-path": "/delete", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "RT-rest-get-id", - "data_type": "string", - "entry_schema": "string", - "description": "Rest GET request using input key mapping", - "tags": "RT-rest-get-id", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-get-id", - "tags": "RT-rest-get-id", - "updated-by": "Selffish", - "property": { - "description": "Rest GET request using input key mapping", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "GET", - "url-path": "/get/$id/id", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": { - "id": "j_get" - }, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "RT-rest-get", - "data_type": "string", - "entry_schema": "string", - "description": "Rest GET request for regression test", - "tags": "RT-rest-get", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-get", - "tags": "RT-rest-get", - "updated-by": "Selffish", - "property": { - "description": "Rest GET request for regression test", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "GET", - "url-path": "/get", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "RT-rest-patch", - "data_type": "string", - "entry_schema": "string", - "description": "Rest PATCH request for regression test", - "tags": "RT-rest-patch", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-patch", - "tags": "RT-rest-patch", - "updated-by": "Selffish", - "property": { - "description": "Rest PATCH request for regression test", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "PATCH", - "url-path": "/patch", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "RT-rest-post", - "data_type": "string", - "entry_schema": "string", - "description": "Rest POST request for regression test", - "tags": "RT-rest-post", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-post", - "tags": "RT-rest-post", - "updated-by": "Selffish", - "property": { - "description": "Rest POST request for regression test", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "POST", - "url-path": "/post", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - }, - { - "name": "RT-rest-put", - "data_type": "string", - "entry_schema": "string", - "description": "Rest PUT request for regression test", - "tags": "RT-rest-put", - "updatedBy": "Selfish", - "definition": { - "name": "RT-rest-put", - "tags": "RT-rest-put", - "updated-by": "Selffish", - "property": { - "description": "Rest PUT request for regression test", - "type": "string" - }, - "sources": { - "sdnc": { - "type": "source-rest", - "properties": { - "type": "string", - "verb": "PUT", - "url-path": "/put", - "endpoint-selector": "rest-endpoint", - "path": "", - "input-key-mapping": {}, - "output-key-mapping": { - "value": "value" - } - } - } - } - } - } -] diff --git a/src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip b/src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip deleted file mode 100644 index 80156ee..0000000 Binary files a/src/onaptests/templates/artifacts/cds-resource-resolution/resource-resolution.zip and /dev/null differ -- cgit 1.2.3-korg