diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-09-20 12:42:16 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-09-20 12:42:16 +0200 |
commit | 85005be5789763fe81179d94950d2f56642d12aa (patch) | |
tree | d1330c1b06c9cd4036e400fa0a4bbeaf9188fbc1 /resources/libraries/robot/counters.robot | |
parent | 99074f29dbc69fabda5073c476b229f5cf00c59b (diff) |
Documentation fix - show stats
Change-Id: Ib5f3dc697d1da6a86b70c5ba7d8ea8711a2fc492
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/counters.robot')
-rw-r--r-- | resources/libraries/robot/counters.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/counters.robot b/resources/libraries/robot/counters.robot index ca47775300..9c1339a833 100644 --- a/resources/libraries/robot/counters.robot +++ b/resources/libraries/robot/counters.robot @@ -39,7 +39,7 @@ | | Should Be Equal | ${ipv4_counter} | ${value} | Show statistics on all DUTs -| | [Documentation] | Show VPP statistics on all DUTs after the test failed +| | [Documentation] | Show VPP statistics on all DUTs | | Sleep | 10 | Waiting for statistics to be collected | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} |