From: Madhu Venugopal Date: Fri, 22 Aug 2014 20:25:21 +0000 (-0700) Subject: Added features-test for Karaf features that cover Network Service Functions and ADSAL... X-Git-Tag: release/helium~229^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=41cd6e16bf5bc5280d4fd4aeaf9be0de68173d7c Added features-test for Karaf features that cover Network Service Functions and ADSAL Northbound APIs Also fixed a minor issues that caused the failures before. Change-Id: I178f36f2ff53bbdd4d47864a3a153acab91b0a41 Signed-off-by: Madhu Venugopal --- diff --git a/features/nsf/pom.xml b/features/nsf/pom.xml index 224aef1dac..62b790b0da 100644 --- a/features/nsf/pom.xml +++ b/features/nsf/pom.xml @@ -8,12 +8,27 @@ ../../opendaylight/commons/opendaylight features-nsf - pom + ${nsf.version} + jar OpenDaylight :: Features :: Network Service Functions Feature for Network Service Functions features.xml + + + + org.opendaylight.yangtools + features-test + + + + org.opendaylight.controller + opendaylight-karaf-empty + 1.4.2-SNAPSHOT + zip + + @@ -57,6 +72,20 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + + + org.opendaylight.yangtools:features-test + + + diff --git a/features/nsf/src/main/resources/features.xml b/features/nsf/src/main/resources/features.xml index 130d72e01a..84fe7aeb0d 100644 --- a/features/nsf/src/main/resources/features.xml +++ b/features/nsf/src/main/resources/features.xml @@ -1,5 +1,7 @@ + mvn:org.opendaylight.controller/features-base/${commons.opendaylight.version}/xml/features + mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features odl-adsal-all odl-nsf-managers @@ -11,7 +13,7 @@ - base-all + base-all odl-adsal-all mvn:org.opendaylight.controller/usermanager/${usermanager.version} mvn:org.opendaylight.controller/usermanager.implementation/${usermanager.version} @@ -50,9 +52,9 @@ - base-all + base-all odl-nsf-managers - mvn:org.ow2.asm/asm-all/${asm.version} + mvn:org.ow2.asm/asm-all/${asm.version} - + org.opendaylight.controller features-base @@ -65,6 +65,13 @@ features xml + + org.opendaylight.controller + features-nsf + features + xml + + org.opendaylight.controller features-mdsal diff --git a/pom.xml b/pom.xml index b81378e33f..22c03ac7ac 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ opendaylight/forwardingrulesmanager/implementation opendaylight/hosttracker/api opendaylight/hosttracker/implementation + opendaylight/hosttracker/shell opendaylight/hosttracker_new/api opendaylight/hosttracker_new/implementation opendaylight/containermanager/api