-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Done
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Junco Sprint #4 - Deployment, K Sprint #1 - Deployment, K Sprint #2 - Deployment
'meter-add' and 'meter-remove' . Currently these commands like many ONOS CLI commands return no output after completeion, so if a user wants to know what was the result of a command he or she needs to use another command. For example, after creating a meter with 'mweter-add' one needs to use 'meters' to see whether a meter was cteated or rejected by a switch. So, it would be useful if 'meter-add' produce some output like 'created meter id n' after a positive result, or 'failed to create a meter' after a negative attempt. Similar to 'meter-remove'