diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-11 15:18:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-11 15:18:55 +0000 |
commit | 39e274ebb8e37b968c89403a32c7d6ee3f0fb880 (patch) | |
tree | 9213264799c92025be753b3c013fb5794bea9fec /ms/blueprintsprocessor/modules/inbounds | |
parent | 1328bf9eb2c5270ac5f6aa336c0661eff4f1a7f1 (diff) | |
parent | 2ee4376dafa2bf4b887c86a0c4d95a37fd630080 (diff) |
Merge "Store step inputs to blueprint runtime service."
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/resources/execution-input/default-input.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/resources/execution-input/default-input.json b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/resources/execution-input/default-input.json index a6eb7a813..47ace853c 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/resources/execution-input/default-input.json +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/resources/execution-input/default-input.json @@ -19,11 +19,5 @@ "hostname": "localhost" } } - }, - "metadata": { - "current-node-template": "resource-assignment-py", - "current-step": "resource-assignment-py", - "current-operation": "process", - "current-interface": "ResourceAssignmentComponent" } }
\ No newline at end of file |