summaryrefslogtreecommitdiffstats
path: root/test/netconf/jython/connect-fail/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/netconf/jython/connect-fail/expected-response.json')
-rw-r--r--test/netconf/jython/connect-fail/expected-response.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/netconf/jython/connect-fail/expected-response.json b/test/netconf/jython/connect-fail/expected-response.json
new file mode 100644
index 0000000..ff0cceb
--- /dev/null
+++ b/test/netconf/jython/connect-fail/expected-response.json
@@ -0,0 +1,29 @@
+{
+ "commonHeader": {
+ "timestamp": "2020-02-04T14:16:32.798Z",
+ "originatorId": "System",
+ "requestId": "regression-test-netconf-jython-connect-fail",
+ "subRequestId": "1",
+ "flags": null
+ },
+ "actionIdentifiers": {
+ "blueprintName": "RT-netconf",
+ "blueprintVersion": "1.0.0",
+ "actionName": "netconf-jython",
+ "mode": "sync"
+ },
+ "status": {
+ "code": 500,
+ "eventType": "EVENT_COMPONENT_FAILURE",
+ "timestamp": "2020-02-04T14:16:32.824Z",
+ "errorMessage": "org.onap.ccsdk.cds.blueprintsprocessor.functions.netconf.executor.api.NetconfException: 127.0.0.1:17830: Failed to establish SSH session",
+ "message": "failure"
+ },
+ "payload": {
+ "netconf-jython-response": {
+ "response-data": {
+ "deploySuccess": false
+ }
+ }
+ }
+}