From d3cdace51db473c93540229da3a0fd061120957c Mon Sep 17 00:00:00 2001 From: SantoshB Date: Thu, 15 Oct 2020 14:57:57 +0530 Subject: cds-bash script package Issue-ID: CCSDK-2913 Change-Id: I2f97b0c78314019d5002e8563c4e433ae5e816b9 Signed-off-by: SantoshB Signed-off-by: mrichomme --- .../resources/frankfurt/expected-response.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 cds-regression-test/test/cli/success/resources/frankfurt/expected-response.json (limited to 'cds-regression-test/test/cli/success/resources/frankfurt/expected-response.json') diff --git a/cds-regression-test/test/cli/success/resources/frankfurt/expected-response.json b/cds-regression-test/test/cli/success/resources/frankfurt/expected-response.json new file mode 100644 index 0000000..55248cb --- /dev/null +++ b/cds-regression-test/test/cli/success/resources/frankfurt/expected-response.json @@ -0,0 +1,38 @@ +{ + "commonHeader": { + "timestamp": "2020-05-25T20:54:11.024Z", + "originatorId": "System", + "requestId": "regression-test-cli", + "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-05-25T20:54:21.453Z", + "errorMessage": null, + "message": "success" + }, + "payload": { + "cli-response": { + "response-data": [ + { + "command": "pwd", + "deviceOutput": "pwd\r\n/ $ pwd\r\n/\r\n/ $ \u001b[6n", + "successful": true + }, + { + "command": "ls", + "deviceOutput": "pwd\r\n/ $ pwd\r\n/\r\n/ $ \u001b[6nls\r\n\u001b[1;34mbin\u001b[m \u001b[1;34mdev\u001b[m \u001b[1;34metc\u001b[m \u001b[1;34mlib\u001b[m\r\n/ $ \u001b[6n", + "successful": true + } + ] + } + } +} -- cgit 1.2.3-korg