X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fcounters.robot;h=45fe3531f63d63200c46f537868151e0c0a6ca86;hp=a8897685ad0e3487b251ba1f8b6beb07f4039ac2;hb=03613f1079bf5b86a58dd061fe4dd232ae52c1ea;hpb=4136ad7ddf0bb7a6f3b00c64855c65e9301b3d5f diff --git a/resources/libraries/robot/counters.robot b/resources/libraries/robot/counters.robot index a8897685ad..45fe3531f6 100644 --- a/resources/libraries/robot/counters.robot +++ b/resources/libraries/robot/counters.robot @@ -37,3 +37,11 @@ | | [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}