From 5082ac877cab66770e1cce651e49d634c77e8057 Mon Sep 17 00:00:00 2001 From: mojahidi Date: Fri, 7 Sep 2018 11:07:49 +0530 Subject: Interface operation support for service - BDD Added flow test for Interface operation support for service Change-Id: I0f4ed8fbc6c124b63ff167cbeaf0921c544b5b79 Issue-ID: SDC-1739 Signed-off-by: mojahidi --- .../resources/json/operation/updateOperation.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'openecomp-bdd/resources/json/operation/updateOperation.json') diff --git a/openecomp-bdd/resources/json/operation/updateOperation.json b/openecomp-bdd/resources/json/operation/updateOperation.json index b74262f9f4..698d38c612 100644 --- a/openecomp-bdd/resources/json/operation/updateOperation.json +++ b/openecomp-bdd/resources/json/operation/updateOperation.json @@ -1,12 +1,23 @@ { "interfaceOperations": { - "create": { + "operation": { "description": "create operation_Updated", "inputParams": { "listToscaDataDefinition": [ { - "paramName": "inp1", - "paramId": "REPLACE FROM CONTEXT" + "name": "inp1", + "type": "string", + "property": "97477d27-8fe2-45a1-83cb-83368ef2a402.nf_naming_code", + "mandatory": true + } + ] + }, + "outputParams": { + "listToscaDataDefinition": [ + { + "name": "op", + "mandatory": true, + "type": "String" } ] }, -- cgit 1.2.3-korg