summaryrefslogtreecommitdiffstats
path: root/test/cli/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/success/expected-response.json')
-rw-r--r--test/cli/success/expected-response.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/cli/success/expected-response.json b/test/cli/success/expected-response.json
new file mode 100644
index 0000000..55248cb
--- /dev/null
+++ b/test/cli/success/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
+ }
+ ]
+ }
+ }
+}