X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=81f991bb832c57e45385de117807c367d47abcbb;hb=7dcef449259d6bc003fcc4e8705bb2fe9966bac6;hp=fb9a70dfe0d6848204d9ffa6a51ddc377c1d614a;hpb=a74531b4483ae9122ba18e064cd20b8550039d21;p=csit.git diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index fb9a70dfe0..81f991bb83 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -28,6 +28,19 @@ | | [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}']} + +| Show vpp trace dump on all DUTs +| | [Documentation] | Save API trace and dump output on all DUTs +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp api trace save | ${nodes['${dut}']} +| | | Vpp api trace dump | ${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