From 819618ee3920c8277509bc2add888328c722cf10 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Mon, 8 Oct 2018 09:51:04 +0200 Subject: HONEYCOMB-431: add support for 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 validation to Netconf. Alternatively custom ODL Oxygen build with patches from stable/oxygen/oxygen-hc-improvements. Change-Id: Ic3eaffaef0314d22da3ea37f9416f18ccb0b99ae Signed-off-by: Marek Gradzki Signed-off-by: Michal Cmarada --- infra/data-impl/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'infra/data-impl/pom.xml') diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 6abc1892d..fa6e11704 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -62,6 +62,10 @@ org.opendaylight.controller sal-core-spi + + org.opendaylight.netconf + mdsal-netconf-connector + junit @@ -83,6 +87,18 @@ yang-test-util test + + xmlunit + xmlunit + 1.6 + test + + + org.opendaylight.netconf + netconf-util + test-jar + test + -- cgit 1.2.3-korg