X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=88d9d04cd0ac5fa78a233e2c4fd411ae2445d405;hp=e3e93098a9a410fe6bffe8208d2b864e72a5f89b;hb=60c84c733c506056d8472acc701e1cdf14e6f324;hpb=a12820795d5dc068dabfc318ff8326b4b8479cb6 diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index e3e93098a9..88d9d04cd0 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -20,6 +20,7 @@ | Library | resources.libraries.python.DUTSetup | Library | resources.libraries.python.SchedUtils | Library | resources.libraries.python.TGSetup +| Library | resources.libraries.python.L2Util | Library | resources/libraries/python/VppConfigGenerator.py | Library | resources/libraries/python/VppCounters.py | Library | Collections @@ -64,6 +65,13 @@ | | :FOR | ${dut} | IN | @{duts} | | | Vpp Show Vhost | ${nodes['${dut}']} +| Show Bridge Domain Data On All DUTs +| | [Documentation] | Show Bridge Domain data on all DUTs. +| | ... +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Vpp Get Bridge Domain Data | ${nodes['${dut}']} + | Setup Scheduler Policy for Vpp On All DUTs | | [Documentation] | Set realtime scheduling policy (SCHED_RR) with priority 1 | | ... | on all VPP worker threads on all DUTs.