Documentation fix - show stats
[csit.git] / resources / libraries / robot / counters.robot
index 1fa4ca4..9c1339a 100644 (file)
@@ -39,7 +39,7 @@
 | | Should Be Equal | ${ipv4_counter} | ${value}
 
 | Show statistics on all DUTs
-| | [Documentation] | Show VPP statistics on all DUTs after the test failed
+| | [Documentation] | Show VPP statistics on all DUTs
 | | Sleep | 10 | Waiting for statistics to be collected
 | | ${duts}= | Get Matches | ${nodes} | DUT*
 | | :FOR | ${dut} | IN | @{duts}
@@ -48,7 +48,6 @@
 | Vpp show stats
 | | [Documentation] | Show [error, hardware, interface] stats
 | | [Arguments] | ${node}
-| | Vpp Dump Stats Table | ${node}
 | | Vpp Show Errors | ${node}
 | | Vpp Show Hardware Detail | ${node}
 | | Vpp Show Runtime | ${node}