diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-12-04 21:44:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-04 21:44:23 +0000 |
commit | bfffa2d982cc506979aaa0b96b6bb352c8dda9a7 (patch) | |
tree | 1093505679ce13406d66b9ccc5fd78884923ea37 /cds-regression-test/test/py-executor/dummy-request-payload.json | |
parent | 81b196b4c766c7dec927405da1a831cd437c5466 (diff) | |
parent | d3cdace51db473c93540229da3a0fd061120957c (diff) |
Merge "cds-bash script package"
Diffstat (limited to 'cds-regression-test/test/py-executor/dummy-request-payload.json')
-rw-r--r-- | cds-regression-test/test/py-executor/dummy-request-payload.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cds-regression-test/test/py-executor/dummy-request-payload.json b/cds-regression-test/test/py-executor/dummy-request-payload.json new file mode 100644 index 0000000..688e5e9 --- /dev/null +++ b/cds-regression-test/test/py-executor/dummy-request-payload.json @@ -0,0 +1,14 @@ +{ + "commonHeader": { + "originatorId": "System", + "requestId": "dummy-request-should-fail", + "subRequestId": "1" + }, + "actionIdentifiers": { + "blueprintName": "RT-remote-python", + "blueprintVersion": "1.0.0", + "actionName": "dummy", + "mode": "sync" + }, + "payload": {} +} |