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 <mojahidul.islam@amdocs.com>
diff --git a/openecomp-bdd/resources/json/operation/updateOperation.json b/openecomp-bdd/resources/json/operation/updateOperation.json
index b74262f..698d38c 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"
           }
         ]
       },