summaryrefslogtreecommitdiffstats
path: root/test/cli/success/expected-response.json
diff options
context:
space:
mode:
authorJozsef Csongvai <jozsef.csongvai@bell.ca>2021-01-19 12:32:04 -0500
committerJozsef Csongvai <jozsef.csongvai@bell.ca>2021-01-20 10:02:39 -0500
commite92fce768cb792f11920f45fdbb38b3af69e212f (patch)
tree650d0bd49b1c98b49535d3f8aa9f98bb97255532 /test/cli/success/expected-response.json
parentbfffa2d982cc506979aaa0b96b6bb352c8dda9a7 (diff)
Update to latest version
Issue-ID: TEST-295 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ie14e2061c1e0931bf3d555e54c79bb736d140d5c
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
+ }
+ ]
+ }
+ }
+}