ONOS-1315 Adding configurability to intent performance test app.
Change-Id: I2782bdc0f78cc49aa60af1fa03eae91a2fd6bce0
diff --git a/apps/intent-perf/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/intent-perf/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 1f1871d..fc46d1d 100644
--- a/apps/intent-perf/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/apps/intent-perf/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -16,7 +16,13 @@
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
<command>
- <action class="org.onosproject.intentperf.IntentPerfCommand"/>
+ <action class="org.onosproject.intentperf.IntentPerfListCommand"/>
+ </command>
+ <command>
+ <action class="org.onosproject.intentperf.IntentPerfStartCommand"/>
+ </command>
+ <command>
+ <action class="org.onosproject.intentperf.IntentPerfStopCommand"/>
</command>
</command-bundle>
</blueprint>