diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-03-13 09:08:56 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-03-27 13:23:50 +0000 |
commit | 60c84c733c506056d8472acc701e1cdf14e6f324 (patch) | |
tree | f333f15cc9975d7dfa2e34fedefbf31be6f81434 /resources/libraries/robot/default.robot | |
parent | a12820795d5dc068dabfc318ff8326b4b8479cb6 (diff) |
CSIT-547: Add x520 L2BD perf test with 2 VMs per DUT
- 10ge2p1x520-eth-l2bdbasemaclrn-eth-4vhost-2vm-ndrpdrdisc
Change-Id: If65a7cf21d1dbff88f39f319877d9ac1fc5d959e
Signed-off-by: Jan Gelety <jgelety@cisco.com>
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. |