diff options
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r-- | resources/libraries/robot/default.robot | 8 |
1 files changed, 8 insertions, 0 deletions
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. |