From 2baf4e3afe24ea1aaf7e24a88eab349ac67ee207 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Fri, 10 Nov 2017 10:54:17 +0530 Subject: [PATCH] Fix underlay DG testing issue Fixed passing value to method requiredParameters, $network-topology -operation-input.network-information.network-id was not passed in. https://jira.onap.org/browse/SDNC-185 Issue-Id: SDNC-185 Change-Id: I6efabe6bdbb63de0e807490513c3a2a8cb9b1e34 Signed-off-by: shashikanth.vh --- .../json/GENERIC-RESOURCE-API_validate-network-input-parameters.json | 2 +- .../main/xml/GENERIC-RESOURCE-API_validate-network-input-parameters.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json index da6fd8d3..e2ffbf73 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json @@ -1015,7 +1015,7 @@ "id": "aeedc57a.12dee8", "type": "execute", "name": "execute requiredParameter", - "xml": "\n\n\n", + "xml": "\n\n\n", "comments": "", "outputs": 1, "x": 1207, diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input-parameters.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input-parameters.xml index 930e2773..19e61710 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input-parameters.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input-parameters.xml @@ -275,7 +275,7 @@ - + -- 2.16.6