Added notification benchmark (ntfbenchmark) and rpc benchmark models
[controller.git] / features / benchmark / src / main / features / features.xml
index 55e60e57bc81f59c0cdf062fe1c33353720bd3d9..fcc4e2a39a6acccb9b0141b8c60aa4b1e6913b15 100644 (file)
@@ -24,4 +24,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <bundle>mvn:org.opendaylight.controller/dsbenchmark/{{VERSION}}</bundle>
     <configfile finalname="dsbenchmark-impl-default-config.xml">mvn:org.opendaylight.controller/dsbenchmark/{{VERSION}}/xml/config</configfile>
   </feature>
+  <feature name='odl-ntfbenchmark' version='${project.version}' description='OpenDaylight :: ntfbenchmark :: '>
+    <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
+    <feature version='${project.version}'>odl-benchmark-api</feature>
+    <bundle>mvn:org.opendaylight.controller/ntfbenchmark/{{VERSION}}</bundle>
+    <configfile finalname="ntfbenchmark-impl-default-config.xml">mvn:org.opendaylight.controller/ntfbenchmark/{{VERSION}}/xml/config</configfile>
+  </feature>
 </features>