summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/remote-ansible/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/remote-ansible/success/expected-response.json')
-rw-r--r--cds-regression-test/test/remote-ansible/success/expected-response.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/cds-regression-test/test/remote-ansible/success/expected-response.json b/cds-regression-test/test/remote-ansible/success/expected-response.json
deleted file mode 100644
index 9dce094..0000000
--- a/cds-regression-test/test/remote-ansible/success/expected-response.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "correlationUUID": null,
- "commonHeader": {
- "timestamp": "2020-06-03T16:20:03.527Z",
- "originatorId": "System",
- "requestId": "remote-ansible-success",
- "subRequestId": "remote-ansible-success-1",
- "flags": null
- },
- "actionIdentifiers": {
- "blueprintName": "RT-remote-ansible",
- "blueprintVersion": "1.0.0",
- "actionName": "execute-remote-ansible-success",
- "mode": "sync"
- },
- "status": {
- "code": 200,
- "eventType": "EVENT_COMPONENT_EXECUTED",
- "timestamp": "2020-06-03T16:20:18.859Z",
- "errorMessage": null,
- "message": "success"
- },
- "payload": {
- "execute-remote-ansible-success-response": {
- "ansible-command-status": "successful",
- "ansible-command-logs": "Output for Job 456 :\n PLAY [Hello World Sample] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Hello Message] *********************************************************** ok: [localhost] => { \"msg\": \"Hello World!\" } PLAY RECAP ********************************************************************* localhost : ok=2 changed=0 unreachable=0 failed=0\n"
- }
- }
-}