Bug 2750 - migrate drop-test to drop-test-karaf.
[openflowplugin.git] / drop-test-karaf / src / main / resources / OSGI-INF / blueprint / commands.xml
index 0bbfafcc8e3c36e105d65ae45cd5df132b269e02..4bb02855d585d23e0702ec7b8cc4ba9e3f810327 100644 (file)
                 <null/>
             </completers>
         </command>
+        <command name="drop-test/showDropStats">
+            <action class="org.opendaylight.openflowplugin.droptestkaraf.ShowDropStatsCommandProvider"/>
+        </command>
+        <command name="drop-test/clearDropStats">
+            <action class="org.opendaylight.openflowplugin.droptestkaraf.ClearDropStatsCommandProvider"/>
+        </command>
     </command-bundle>
-    
+
     <bean id="onOffCompleter" class="org.opendaylight.openflowplugin.droptestkaraf.DropAllPacketsCompleter"/>
 
 </blueprint>
\ No newline at end of file