X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=eeef04a8a2c717836fdaf1ab1fdbe70db8653731;hb=d551ef4b72448c3ccb493559826b976a2d3d8649;hp=4764bf629e7fdc79048ce221dafa1c246bfa175f;hpb=356fc1c76a96f50ca9caebd0ec7a023bf6d5f99b;p=csit.git diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index 4764bf629e..eeef04a8a2 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -24,7 +24,9 @@ *** Keywords *** | Setup all DUTs before test | | [Documentation] | Setup all DUTs in topology before test execution -| | Setup All DUTs | ${nodes} +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Wait Until Keyword Succeeds | 3x | 1 min | Setup Dut | ${nodes['${dut}']} | Setup all TGs before traffic script | | [Documentation] | Prepare all TGs before traffic scripts execution @@ -147,6 +149,16 @@ | | [Arguments] | ${node} | ${pci_address} | | Add PCI device | ${node} | ${pci_address} +| Add Heapsize Config to all DUTs +| | [Documentation] | Add Add Heapsize Config to VPP startup configuration +| | ... | to all DUTs +| | ... | *Arguments:* +| | ... | - ${heapsize} - Heapsize string (5G, 200M, ...) +| | [Arguments] | ${heapsize} +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Add Heapsize Config | ${nodes['${dut}']} | ${heapsize} + | Add No Multi Seg to all DUTs | | [Documentation] | Add No Multi Seg to VPP startup configuration to all | | ... | DUTs