From 4720f5aea7d548701a832b965a2b0e38dbc3bc4a Mon Sep 17 00:00:00 2001 From: mojahidi Date: Fri, 22 Jun 2018 16:37:52 +0530 Subject: Add output parameter support in Operation screen Added code to support Output parameter, fixed UTs, Added flow test Change-Id: I4ff869d120cefd7645a407278caeea6ee695c73b Issue-ID: SDC-1440 Signed-off-by: mojahidi --- openecomp-bdd/resources/json/operation/createOperation.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openecomp-bdd/resources') diff --git a/openecomp-bdd/resources/json/operation/createOperation.json b/openecomp-bdd/resources/json/operation/createOperation.json index 87c12f265f..394be36187 100644 --- a/openecomp-bdd/resources/json/operation/createOperation.json +++ b/openecomp-bdd/resources/json/operation/createOperation.json @@ -10,6 +10,14 @@ } ] }, + "outputParams": { + "listToscaDataDefinition": [ + { + "paramName": "op1", + "paramId": "68443b9d-9405-458e-811f-b62dd4975fcb.nf_naming" + } + ] + }, "operationType": "create" } } -- cgit 1.2.3-korg