From: Tony Tkacik Date: Tue, 15 Sep 2015 09:41:50 +0000 (+0200) Subject: Fixed features-netconf to use feature test and correct versions X-Git-Tag: release/beryllium~123 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=07cf92893e94b9df5bb78522e2df101b056a1f03;p=netconf.git Fixed features-netconf to use feature test and correct versions Previous patches were assuming that single feature test was working for features-netconf, which is was not - test was commented out due to controller - aaa - netconf cycle dance. - Reenabled single feature test - fixed version of odl-netconf-mdsal Change-Id: I47f5a52b96b07f94e8823968b90934b435aa5a2b Signed-off-by: Tony Tkacik --- diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 5431973946..836a703906 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -244,22 +244,22 @@ - - - - - - - - - - - - - - - - + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + + + org.opendaylight.odlparent:features-test + + + diff --git a/features/netconf/src/main/resources/features.xml b/features/netconf/src/main/resources/features.xml index 13794e789b..68ab14c8eb 100644 --- a/features/netconf/src/main/resources/features.xml +++ b/features/netconf/src/main/resources/features.xml @@ -132,14 +132,14 @@ mvn:org.opendaylight.netconf/netconf-tcp/${project.version} - + odl-config-all odl-config-netty odl-netconf-all odl-netconf-tcp odl-netconf-ssh odl-netconf-client - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.netconf/mdsal-netconf-connector/${project.version} mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/${project.version} mvn:org.opendaylight.netconf/netconf-mdsal-config/${project.version}/xml/config