summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json')
-rw-r--r--cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json b/cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json
deleted file mode 100644
index 6b71773..0000000
--- a/cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "correlationUUID": null,
- "commonHeader": {
- "timestamp": "2020-06-04T15:05:20.003Z",
- "originatorId": "System",
- "requestId": "regression-test-cli-command-fail",
- "subRequestId": "1",
- "flags": null
- },
- "actionIdentifiers": {
- "blueprintName": "RT-cli",
- "blueprintVersion": "1.0.0",
- "actionName": "cli",
- "mode": "sync"
- },
- "status": {
- "code": 200,
- "eventType": "EVENT_COMPONENT_EXECUTED",
- "timestamp": "2020-06-04T15:05:41.528Z",
- "errorMessage": null,
- "message": "success"
- },
- "payload": {
- "cli-response": {
- "response-data": [
- {
- "command": "nonExistCommand",
- "deviceOutput": "nonExistCommand\r\n/ $ nonExistCommand\r\n-ash: nonExistCommand: not found\r\n/ $ \u001b[6n",
- "successful": true
- }
- ]
- }
- }
-}