X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fcounters.robot;fp=resources%2Flibraries%2Frobot%2Fshared%2Fcounters.robot;h=728e8c8b559becd2f9e8d819f8cf0b3643cf0475;hp=fdc26af2dd6a80eb89043de07ecb65a6329feadc;hb=42fdef709bc1b1b557ce6f74609c729ac00ab8c3;hpb=6f1ff57c83763556450e8bfcb4571a9c017abe70 diff --git a/resources/libraries/robot/shared/counters.robot b/resources/libraries/robot/shared/counters.robot index fdc26af2dd..728e8c8b55 100644 --- a/resources/libraries/robot/shared/counters.robot +++ b/resources/libraries/robot/shared/counters.robot @@ -21,13 +21,6 @@ | | [Arguments] | ${nodes} | | Clear Interface Counters on all DUTs | ${nodes} -| Check ipv4 interface counter -| | [Documentation] | Check that ipv4 interface counter has right value -| | [Arguments] | ${node} | ${interface} | ${value} -| | ${ipv4_counter}= | Vpp get ipv4 interface counter | ${node} -| | ... | ${interface} -| | Should Be Equal | ${ipv4_counter} | ${value} - | Clear all counters on all DUTs | | [Documentation] | Clear runtime, interface, hardware and error counters | | ... | on all DUTs with VPP instance