X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=2b116f5a7ad7a3d9817d855a32ca223eb4f49d35;hp=fb9a70dfe0d6848204d9ffa6a51ddc377c1d614a;hb=244693d43a5d4a2b8ac3fa7dfcb659b2135743d9;hpb=23d5e7c58dff725043bf15d2099e2e168050f256 diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index fb9a70dfe0..2b116f5a7a 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -28,6 +28,12 @@ | | [Documentation] | Prepare all TGs before traffic scripts execution | | All TGs Set Interface Default Driver | ${nodes} +| Show vpp version on all DUTs +| | [Documentation] | Show VPP version verbose on all DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp show version verbose | ${nodes['${dut}']} + | Add '${m}' worker threads and rxqueues '${n}' without HTT to all DUTs | | [Documentation] | Setup M worker threads without HTT and rxqueues N in | | ... | startup configuration of VPP to all DUTs