Bug 7586: Make Extended SingleFeatureTest pass 36/50736/1
authorLorand Jakab <lojakab@cisco.com>
Fri, 20 Jan 2017 18:13:03 +0000 (20:13 +0200)
committerLorand Jakab <lojakab@cisco.com>
Fri, 20 Jan 2017 18:13:03 +0000 (20:13 +0200)
We missed the fact that southbound is a dependency for mappingservice,
because of the RPCs to send reply packets. This patch corrects the
feature dependency and allows the new extended SingleFeatureTest to
pass, so we can be removed from the feature blacklist.

Change-Id: I5aadb06cdb2c9ce1bd9c1c3b4efdade53e4a1bcc
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
features/src/main/features/features.xml

index 8f8e30897dc3aae3c0e346106cd958d508fdb520..1ec742ae01fd525ec50e3acffbdf37f32f6f4e5e 100644 (file)
@@ -29,6 +29,7 @@
         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
+        <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>