Separate out netconf-test-util 42/105742/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 15:15:34 +0000 (17:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 16:02:38 +0000 (18:02 +0200)
commite5da6bd273d30e613d7d96375aa97378f55759d5
tree22466879ce7f10840e2297d343acf06b699b64be
parentb6e4c66f9cfd4f7e9854b47ad4c17d7e8c068493
Separate out netconf-test-util

We have testing substrate, with tests and resources, packaged as
test-jar in netconf-util. Separate these out into an explicit jar, which
tests depend on.

JIRA: NETCONF-1002
Change-Id: I07ab16b55ae4c83231074123ff9d48501e1d0c3b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
150 files changed:
artifacts/pom.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/Netconf539Test.java
plugins/netconf-server-mdsal/pom.xml
plugins/netconf-server-mdsal/src/test/java/org/opendaylight/netconf/mdsal/connector/ops/AbstractNetconfOperationTest.java
plugins/netconf-server-mdsal/src/test/java/org/opendaylight/netconf/mdsal/connector/ops/CopyConfigTest.java
plugins/netconf-server-mdsal/src/test/java/org/opendaylight/netconf/mdsal/connector/ops/NetconfMDSalMappingTest.java
plugins/netconf-server-mdsal/src/test/java/org/opendaylight/netconf/mdsal/connector/ops/RuntimeRpcTest.java
plugins/sal-netconf-connector/pom.xml
protocol/netconf-client/pom.xml
protocol/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorTest.java
protocol/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfMessageUtilTest.java
protocol/netconf-server/pom.xml
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/ConcurrentClientsTest.java
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/ExiEncodeDecodeTest.java
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/MessageParserTest.java
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/api/operations/AbstractNetconfOperationTest.java
protocol/netconf-test-util/pom.xml [new file with mode: 0644]
protocol/netconf-test-util/src/main/java/org/opendaylight/netconf/test/util/NetconfXmlUnitRecursiveQualifier.java [moved from protocol/netconf-util/src/test/java/org/opendaylight/netconf/util/test/NetconfXmlUnitRecursiveQualifier.java with 74% similarity]
protocol/netconf-test-util/src/main/java/org/opendaylight/netconf/test/util/XmlFileLoader.java [moved from protocol/netconf-util/src/test/java/org/opendaylight/netconf/util/test/XmlFileLoader.java with 98% similarity]
protocol/netconf-test-util/src/main/java/org/opendaylight/netconf/test/util/XmlUnitUtil.java [moved from protocol/netconf-util/src/test/java/org/opendaylight/netconf/util/test/XmlUnitUtil.java with 96% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/client_hello.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/client_hello.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/close-session.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/close-session.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/closeSession.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/closeSession.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/commit.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/commit.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/communicationError/testClientSendsRpcReply_expectedResponse.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/communicationError/testClientSendsRpcReply_expectedResponse.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/communicationError/testClientSendsRpcReply_request.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/communicationError/testClientSendsRpcReply_request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/communicationError/testRpcWithoutMessageId_expectedResponse.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/communicationError/testRpcWithoutMessageId_expectedResponse.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/communicationError/testRpcWithoutMessageId_request.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/communicationError/testRpcWithoutMessageId_request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/copy-config.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/copy-config.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/databaseInteraction/client_get_request_ConfigRegistry.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/databaseInteraction/client_get_request_ConfigRegistry.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/databaseInteraction/confg_subsystem_expected_reply.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/databaseInteraction/confg_subsystem_expected_reply.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/discardChanges.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/discardChanges.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/edit-config-delete-container-node-candidate.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/edit-config-delete-container-node-candidate.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/edit-config-delete-leaf-node-candidate.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/edit-config-delete-leaf-node-candidate.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/edit-config-test-module-running.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/edit-config-test-module-running.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/edit-config-test-module.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/edit-config-test-module.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_addServiceName.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_addServiceName.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_addServiceNameOnTest.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_addServiceNameOnTest.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_expectedResult.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_expectedResult.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_identities.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_identities.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_identities_inner_replace.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_identities_inner_replace.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_merge_multiple-deps1.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_merge_multiple-deps1.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_merge_multiple-deps2.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_merge_multiple-deps2.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_merge_threadfactory.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_merge_threadfactory.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_merge_yang-test.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_merge_yang-test.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_none.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_none.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_remove.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_remove.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_removeServiceNameOnTest.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_removeServiceNameOnTest.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_removeUnknownInstance.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_removeUnknownInstance.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_replace_default.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_replace_default.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_replace_default_ex.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_replace_default_ex.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_replace_module.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_replace_module.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_replace_module_ex.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_replace_module_ex.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/editConfig_setUnions.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/editConfig_setUnions.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/edit_config.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/edit_config.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get-config-fields-request.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get-config-fields-request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get-config-with-multiple-subtrees.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get-config-with-multiple-subtrees.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get-fields-request.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get-fields-request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get-with-multiple-root-subtrees.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get-with-multiple-root-subtrees.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get-with-multiple-subtrees.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get-with-multiple-subtrees.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/getConfig.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/getConfig.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/getConfig_candidate-filter.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/getConfig_candidate-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/getConfig_candidate.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/getConfig_candidate.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get_schema-no-version.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get_schema-no-version.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/get_schema.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/get_schema.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/handshake/client_hello_with_session_id.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/handshake/client_hello_with_session_id.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/handshake/client_hello_with_wrong_namespace.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/handshake/client_hello_with_wrong_namespace.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/lock-running.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/lock-running.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/lock.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/lock.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/mount/editConfig_merge_threadfactory.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/mount/editConfig_merge_threadfactory.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/mount/mount12002.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/mount/mount12002.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/mount/mount12003.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/mount/mount12003.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/mount/unmount12002.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/mount/unmount12002.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/namespaces/editConfig_differentNamespaceTO.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_differentNamespaceTO.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespaces.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespaces.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespacesList.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespacesList.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/namespaces/editConfig_typeNameConfigAttributeMatching.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_typeNameConfigAttributeMatching.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/rpc-reply_get.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/rpc-reply_get.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/rpc-reply_ok.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/rpc-reply_ok.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/rpcInner.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/rpcInner.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/rpcInnerInner.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/rpcInnerInner.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/rpcInnerInner_complex_output.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/rpcInnerInner_complex_output.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/startExi.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/startExi.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/stopExi.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/stopExi.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/threadpool-edit-config.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/threadpool-edit-config.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unlock-running.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unlock-running.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unlock.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unlock.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised1.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised1.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised2.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised2.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised3.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised3.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised4.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised4.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised5.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised5.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised6.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised6.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised7.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised7.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/unrecognised/editConfig_unrecognised8.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/unrecognised/editConfig_unrecognised8.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/validate-running.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/validate-running.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/netconfMessages/validate.xml [moved from protocol/netconf-util/src/test/resources/netconfMessages/validate.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/0/filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/0/filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/0/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/0/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/0/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/0/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/1/filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/1/filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/1/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/1/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/1/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/1/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/2/filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/2/filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/2/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/2/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/2/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/2/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/3/filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/3/filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/3/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/3/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/3/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/3/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/4/filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/4/filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/4/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/4/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/notification/4/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/notification/4/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/0/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/0/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/0/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/0/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/0/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/0/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/1/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/1/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/1/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/1/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/1/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/1/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/10/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/10/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/10/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/10/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/10/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/10/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/2/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/2/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/2/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/2/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/2/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/2/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/3/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/3/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/3/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/3/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/3/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/3/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/4/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/4/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/4/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/4/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/4/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/4/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/5/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/5/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/5/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/5/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/5/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/5/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/6/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/6/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/6/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/6/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/6/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/6/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/7/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/7/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/7/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/7/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/7/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/7/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/8/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/8/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/8/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/8/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/8/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/8/request.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/9/post-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/9/post-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/9/pre-filter.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/9/pre-filter.xml with 100% similarity]
protocol/netconf-test-util/src/main/resources/subtree/rpc/9/request.xml [moved from protocol/netconf-util/src/test/resources/subtree/rpc/9/request.xml with 100% similarity]
protocol/netconf-util/pom.xml
protocol/pom.xml