summaryrefslogtreecommitdiffstats
path: root/infra/data-impl/src/test/resources/messages/validate/commit.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2018-10-08 09:51:04 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-10-08 09:51:04 +0200
commit819618ee3920c8277509bc2add888328c722cf10 (patch)
tree35e6a4d9e85d66e862a8093b99ec0d78ad0ac747 /infra/data-impl/src/test/resources/messages/validate/commit.xml
parent556a0f59abc9b09005d40945bc20948d69e4f98e (diff)
HONEYCOMB-431: add support for <validate> RPC
This patch introduces ValidableTransaction interface, used by Honeycomb's DataBroker to implement Netconf's DOMDataTransactionValidator. WriteTransaction implements ValidableTransaction by delegating validate to DataModification for both config and operational modifications. This patch requires ODL Fluorine (HONEYCOMB-433), which brings support for <candidate> validation to Netconf. Alternatively custom ODL Oxygen build with patches from stable/oxygen/oxygen-hc-improvements. Change-Id: Ic3eaffaef0314d22da3ea37f9416f18ccb0b99ae Signed-off-by: Marek Gradzki <mgradzki@cisco.com> Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/data-impl/src/test/resources/messages/validate/commit.xml')
-rw-r--r--infra/data-impl/src/test/resources/messages/validate/commit.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/infra/data-impl/src/test/resources/messages/validate/commit.xml b/infra/data-impl/src/test/resources/messages/validate/commit.xml
new file mode 100644
index 000000000..a4a98f4ca
--- /dev/null
+++ b/infra/data-impl/src/test/resources/messages/validate/commit.xml
@@ -0,0 +1,19 @@
+<!--
+ ~ Copyright (c) 2018 Cisco and/or its affiliates.
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at:
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<rpc message-id="a" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+ <commit/>
+</rpc>