diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-02-19 15:11:36 +0100 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-02-19 14:15:13 +0000 |
commit | 03613f1079bf5b86a58dd061fe4dd232ae52c1ea (patch) | |
tree | e8e41840a72031a5b46fc87380d6d4053f1f82a9 /resources/libraries | |
parent | 4136ad7ddf0bb7a6f3b00c64855c65e9301b3d5f (diff) |
Performance suite: xconnect fix, show commands
- adjust L2 xconnect to changed xconnect library
- show [interface stats, hardware, errors, runtime]
Change-Id: I9dffebdd0abbde5107c6dc926210ba725e1e039c
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/counters.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/counters.robot b/resources/libraries/robot/counters.robot index a8897685ad..45fe3531f6 100644 --- a/resources/libraries/robot/counters.robot +++ b/resources/libraries/robot/counters.robot @@ -37,3 +37,11 @@ | | [Arguments] | ${node} | ${interface} | ${value} | | ${ipv4_counter}= | Vpp get ipv4 interface counter | ${node} | ${interface} | | Should Be Equal | ${ipv4_counter} | ${value} + +| Vpp show stats +| | [Documentation] | Show [error, hardware, interface] stats +| | [Arguments] | ${node} +| | Vpp Dump Stats Table | ${node} +| | Vpp Show Errors Verbose | ${node} +| | Vpp Show Hardware Detail | ${node} +| | Vpp Show Runtime Verbose | ${node} |