From: Ed Warnicke Date: Wed, 11 Feb 2015 16:59:15 +0000 (-0700) Subject: Run SingleFeatureTest on features/netconf X-Git-Tag: release/lithium~592^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=b79d765b235bd88ceda66edfa2cb508a41a42eb5 Run SingleFeatureTest on features/netconf Change-Id: Ibc60948413f633b4954ff603ad6a951658a95132 Signed-off-by: Ed Warnicke --- diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index b9fdf1c4bf..997b6a275f 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -9,7 +9,7 @@ features-netconf - pom + jar features.xml @@ -140,6 +140,20 @@ org.opendaylight.controller netconf-monitoring + + + org.opendaylight.yangtools + features-test + ${yangtools.version} + test + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + zip + @@ -185,6 +199,21 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + + + org.opendaylight.yangtools:features-test + + + diff --git a/features/netconf/src/main/resources/features.xml b/features/netconf/src/main/resources/features.xml index 2affa27d19..a65502124b 100644 --- a/features/netconf/src/main/resources/features.xml +++ b/features/netconf/src/main/resources/features.xml @@ -85,6 +85,8 @@ odl-netconf-notifications-api + odl-netconf-util + odl-yangtools-binding-generator mvn:org.opendaylight.controller/netconf-notifications-impl/${project.version}