Merge "Integration Test - Component Executor"
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Definitions / node_types.json
index 84d5b5d..d7002cd 100644 (file)
@@ -3,6 +3,12 @@
     "component-remote-python-executor": {
       "description": "This is Remote Python Execution Component.",
       "version": "1.0.0",
+      "attributes": {
+        "execution-logs": {
+          "required": true,
+          "type": "string"
+        }
+      },
       "capabilities": {
         "component-node": {
           "type": "tosca.capabilities.Node"
                   "description": "Remote Container or Server selector name.",
                   "required": false,
                   "type": "string",
-                  "default": "default"
+                  "default": "remote-python"
                 },
                 "dynamic-properties": {
                   "description": "Dynamic Json Content or DSL Json reference.",
                   "required": false,
                   "type": "json"
                 }
-              },
-              "outputs": {
-                "response-data": {
-                  "description": "Execution Response Data in JSON format.",
-                  "required": false,
-                  "type": "json"
-                },
-                "status": {
-                  "description": "Status of the Component Execution ( success or failure )",
-                  "required": true,
-                  "type": "string"
-                }
               }
             }
           }