Adding tests to NetconfMessageUtilsTest.kt 66/90966/2
authorRodrigo Ottero <rodrigo.ottero@est.tech>
Thu, 13 Jun 2019 13:53:24 +0000 (14:53 +0100)
committerEliezio Oliveira <eliezio.oliveira@est.tech>
Mon, 8 Jul 2019 10:27:20 +0000 (11:27 +0100)
commit911d06d21b99332348c8885fa0bb4e7bf0402f29
tree4b07631d5a7370d2bc15de615a8e5da14225729e
parenta93225b3e3836f46fdd5a6d6a5792cffe0867b46
Adding tests to NetconfMessageUtilsTest.kt

Change-Id: If7a0d90ce264e7362e7118132303653eaaef9e69
Issue-ID: CCSDK-1046
Signed-off-by: Rodrigo Ottero <rodrigo.ottero@est.tech>
18 files changed:
ms/blueprintsprocessor/functions/netconf-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/utils/NetconfMessageUtilsTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/cancelCommit-response-all-parameters-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/cancelCommit-response-persistId-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/closeSession-response-force-false.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/closeSession-response-force-true.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/commit-response-confirmed-false-and-persistId-empty-and-persist-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/commit-response-confirmed-false-and-persistId-not-empty-and-persist-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/commit-response-confirmed-true-and-persistId-empty-and-persist-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/deleteConfig-response-all-parameters-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/discardChanges-response-all-parameters-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/doWrappedRpc-response.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/editConfig-response-all-parameters.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/editConfig-response-defaultOperation-null.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/getConfig-response-all-parameters.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/getConfig-response-filterContent-null.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/lock-response-all-parameters-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/unlock-response-all-parameters-not-empty.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/validate-response.xml [new file with mode: 0644]