diff options
author | pmikus <pmikus@cisco.com> | 2016-09-19 15:02:32 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-09-22 04:20:05 +0000 |
commit | 356fc1c76a96f50ca9caebd0ec7a023bf6d5f99b (patch) | |
tree | 866c255f160c2699bacd66f71bf52d3daf7327be /resources/libraries/robot/default.robot | |
parent | 27995a1fceb0b894c1647f559608d6bf04bd68af (diff) |
CSIT-411 Show Vhost User
- Add keyword to show vhost user
Change-Id: Ia844bbcb8507b8c7cbf6b7bb1a7dc8d10148d6f4
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r-- | resources/libraries/robot/default.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index 714bf3a251..4764bf629e 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -49,6 +49,12 @@ | | | Vpp api trace save | ${nodes['${dut}']} | | | Vpp api trace dump | ${nodes['${dut}']} +| Show Vpp Vhost On All DUTs +| | [Documentation] | Show Vhost User on all DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp Show Vhost | ${nodes['${dut}']} + | Add '${m}' worker threads and rxqueues '${n}' in 3-node single-link topo | | [Documentation] | Setup M worker threads and N rxqueues in vpp startup | | ... | configuration on all DUTs in 3-node single-link topology. |