diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-09 10:14:34 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-09 14:41:28 +0000 |
commit | 42fdef709bc1b1b557ce6f74609c729ac00ab8c3 (patch) | |
tree | 0d10ca7a88bbf40f9617de950db4118a73cf9b72 /resources/libraries/robot/shared/counters.robot | |
parent | 6f1ff57c83763556450e8bfcb4571a9c017abe70 (diff) |
Clean: L2 bridge domain
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I3721900b91a9c8e9db8766bdcb9771b6bcf95bca
Diffstat (limited to 'resources/libraries/robot/shared/counters.robot')
-rw-r--r-- | resources/libraries/robot/shared/counters.robot | 7 |
1 files changed, 0 insertions, 7 deletions
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 |