Performance suite: xconnect fix, show commands
[csit.git] / resources / libraries / robot / counters.robot
index a889768..45fe353 100644 (file)
 | | [Arguments] | ${node} | ${interface} | ${value}
 | | ${ipv4_counter}= | Vpp get ipv4 interface counter | ${node} | ${interface}
 | | Should Be Equal | ${ipv4_counter} | ${value}
+
+| Vpp show stats
+| | [Documentation] | Show [error, hardware, interface] stats
+| | [Arguments] | ${node}
+| | Vpp Dump Stats Table | ${node}
+| | Vpp Show Errors Verbose | ${node}
+| | Vpp Show Hardware Detail | ${node}
+| | Vpp Show Runtime Verbose | ${node}