Committed by
Gerrit Code Review
check add-flows command to add-test-flows to avoid confusions
Change-Id: I81cfdc29d197ee3fd451bab6c0f09dcafecd87d2
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -48,9 +48,9 @@ import java.util.concurrent.TimeUnit; | ... | @@ -48,9 +48,9 @@ import java.util.concurrent.TimeUnit; |
48 | /** | 48 | /** |
49 | * Installs bulk flows. | 49 | * Installs bulk flows. |
50 | */ | 50 | */ |
51 | -@Command(scope = "onos", name = "add-flows", | 51 | +@Command(scope = "onos", name = "add-test-flows", |
52 | description = "Installs a number of test flow rules - for testing only") | 52 | description = "Installs a number of test flow rules - for testing only") |
53 | -public class AddFlowsCommand extends AbstractShellCommand { | 53 | +public class AddTestFlowsCommand extends AbstractShellCommand { |
54 | 54 | ||
55 | private CountDownLatch latch; | 55 | private CountDownLatch latch; |
56 | 56 | ... | ... |
... | @@ -341,7 +341,7 @@ | ... | @@ -341,7 +341,7 @@ |
341 | </command> | 341 | </command> |
342 | 342 | ||
343 | <command> | 343 | <command> |
344 | - <action class="org.onosproject.cli.net.AddFlowsCommand"/> | 344 | + <action class="org.onosproject.cli.net.AddTestFlowsCommand"/> |
345 | </command> | 345 | </command> |
346 | <command> | 346 | <command> |
347 | <action class="org.onosproject.cli.net.LeaderCommand"/> | 347 | <action class="org.onosproject.cli.net.LeaderCommand"/> | ... | ... |
-
Please register or login to post a comment