suibin zhang
Committed by Gerrit Code Review

check add-flows command to add-test-flows to avoid confusions

Change-Id: I81cfdc29d197ee3fd451bab6c0f09dcafecd87d2
......@@ -48,9 +48,9 @@ import java.util.concurrent.TimeUnit;
/**
* Installs bulk flows.
*/
@Command(scope = "onos", name = "add-flows",
@Command(scope = "onos", name = "add-test-flows",
description = "Installs a number of test flow rules - for testing only")
public class AddFlowsCommand extends AbstractShellCommand {
public class AddTestFlowsCommand extends AbstractShellCommand {
private CountDownLatch latch;
......
......@@ -341,7 +341,7 @@
</command>
<command>
<action class="org.onosproject.cli.net.AddFlowsCommand"/>
<action class="org.onosproject.cli.net.AddTestFlowsCommand"/>
</command>
<command>
<action class="org.onosproject.cli.net.LeaderCommand"/>
......