X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=4764bf629e7fdc79048ce221dafa1c246bfa175f;hp=714bf3a2510e317e4c8cbb066633333bcbfb892f;hb=356fc1c76a96f50ca9caebd0ec7a023bf6d5f99b;hpb=27995a1fceb0b894c1647f559608d6bf04bd68af 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.