X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fcounters.robot;h=0cb18c15db2feaf39ecdc89300e923d911b385d3;hb=c5e740fbe49b3074647c8c5fc09d26a131cea577;hp=45fe3531f63d63200c46f537868151e0c0a6ca86;hpb=03613f1079bf5b86a58dd061fe4dd232ae52c1ea;p=csit.git diff --git a/resources/libraries/robot/counters.robot b/resources/libraries/robot/counters.robot index 45fe3531f6..0cb18c15db 100644 --- a/resources/libraries/robot/counters.robot +++ b/resources/libraries/robot/counters.robot @@ -42,6 +42,18 @@ | | [Documentation] | Show [error, hardware, interface] stats | | [Arguments] | ${node} | | Vpp Dump Stats Table | ${node} -| | Vpp Show Errors Verbose | ${node} +| | Vpp Show Errors | ${node} | | Vpp Show Hardware Detail | ${node} -| | Vpp Show Runtime Verbose | ${node} +| | Vpp Show Runtime | ${node} + +| Clear runtime statistics on all DUTs +| | [Documentation] | Clear VPP runtime statistics on all DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp clear runtime | ${nodes['${dut}']} + +| Show runtime statistics on all DUTs +| | [Documentation] | Show VPP runtime statistics on all DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp show runtime | ${nodes['${dut}']}