diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-12-04 21:44:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-04 21:44:23 +0000 |
commit | bfffa2d982cc506979aaa0b96b6bb352c8dda9a7 (patch) | |
tree | 1093505679ce13406d66b9ccc5fd78884923ea37 /cds-regression-test/test/netconf/jython/connect-fail/request-payload.json | |
parent | 81b196b4c766c7dec927405da1a831cd437c5466 (diff) | |
parent | d3cdace51db473c93540229da3a0fd061120957c (diff) |
Merge "cds-bash script package"
Diffstat (limited to 'cds-regression-test/test/netconf/jython/connect-fail/request-payload.json')
-rw-r--r-- | cds-regression-test/test/netconf/jython/connect-fail/request-payload.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cds-regression-test/test/netconf/jython/connect-fail/request-payload.json b/cds-regression-test/test/netconf/jython/connect-fail/request-payload.json new file mode 100644 index 0000000..9a9f240 --- /dev/null +++ b/cds-regression-test/test/netconf/jython/connect-fail/request-payload.json @@ -0,0 +1,19 @@ +{ + "actionIdentifiers": { + "mode": "sync", + "blueprintName": "RT-netconf", + "blueprintVersion": "1.0.0", + "actionName": "netconf-jython" + }, + "payload": { + "netconf-jython-request": { + "netconf-host": "127.0.0.1", + "netconf-timeout": 5 + } + }, + "commonHeader": { + "subRequestId": "1", + "requestId": "regression-test-netconf-jython-connect-fail", + "originatorId": "System" + } +} |