X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=238749aef168d395ccd932b0587105b8ffbbe9f4;hp=eeef04a8a2c717836fdaf1ab1fdbe70db8653731;hb=87e234be3e708580d30c18280cdefbd22b0260fa;hpb=d551ef4b72448c3ccb493559826b976a2d3d8649 diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index eeef04a8a2..238749aef1 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -24,9 +24,7 @@ *** Keywords *** | Setup all DUTs before test | | [Documentation] | Setup all DUTs in topology before test execution -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | :FOR | ${dut} | IN | @{duts} -| | | Wait Until Keyword Succeeds | 3x | 1 min | Setup Dut | ${nodes['${dut}']} +| | Setup All DUTs | ${nodes} | Setup all TGs before traffic script | | [Documentation] | Prepare all TGs before traffic scripts execution