aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/counters.robot
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-06-01 07:00:50 +0200
committerTibor Frank <tifrank@cisco.com>2017-06-08 14:23:08 +0200
commit430afafb4cadf503ccee99c09f6de7402f5404c7 (patch)
treeef79d59dba8558b85af1b7ad2fe89d3c9c49b5af /resources/libraries/robot/counters.robot
parent7436d8bdf60bca9b80fb76781e1f709bbcd435da (diff)
CSIT-662: KWI - KW renaming
- plus: CSIT-656: Script to rename robot keywords. Change-Id: Ia69917e406a1b346b80e5ea742f6200c1c9e9d21 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/counters.robot')
-rw-r--r--resources/libraries/robot/counters.robot12
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/libraries/robot/counters.robot b/resources/libraries/robot/counters.robot
index 9c1339a833..3591dd5fe7 100644
--- a/resources/libraries/robot/counters.robot
+++ b/resources/libraries/robot/counters.robot
@@ -21,12 +21,12 @@
| | [Arguments] | ${nodes}
| | Vpp Nodes Clear Interface Counters | ${nodes}
-| Vpp dump stats
+| Get interface statistics
| | [Documentation] | Dump stats table on VPP node
| | [Arguments] | ${node}
| | Vpp Dump Stats Table | ${node}
-| Vpp get interface ipv6 counter
+| Get interface ipv6 counter
| | [Documentation] | Return IPv6 statistics for node interface
| | [Arguments] | ${node} | ${interface}
| | ${ipv6_counter}= | Vpp Get Ipv6 Interface Counter | ${node} | ${interface}
@@ -43,9 +43,9 @@
| | Sleep | 10 | Waiting for statistics to be collected
| | ${duts}= | Get Matches | ${nodes} | DUT*
| | :FOR | ${dut} | IN | @{duts}
-| | | Vpp show stats | ${nodes['${dut}']}
+| | | Show vpp statistics | ${nodes['${dut}']}
-| Vpp show stats
+| Show vpp statistics
| | [Documentation] | Show [error, hardware, interface] stats
| | [Arguments] | ${node}
| | Vpp Show Errors | ${node}
@@ -58,7 +58,7 @@
| | Clear runtime counters on all DUTs
| | Clear interface counters on all DUTs
| | Clear hardware counters on all DUTs
-| | Clear errors counters on all DUTs
+| | Clear error counters on all DUTs
| Clear runtime counters on all DUTs
| | [Documentation] | Clear VPP runtime counters on all DUTs
@@ -78,7 +78,7 @@
| | :FOR | ${dut} | IN | @{duts}
| | | Vpp clear hardware counters | ${nodes['${dut}']}
-| Clear errors counters on all DUTs
+| Clear error counters on all DUTs
| | [Documentation] | Clear VPP errors counters on all DUTs
| | ${duts}= | Get Matches | ${nodes} | DUT*
| | :FOR | ${dut} | IN | @{duts}