diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2016-10-27 20:23:30 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-10-27 20:23:30 +0000 |
commit | 87e234be3e708580d30c18280cdefbd22b0260fa (patch) | |
tree | 9ead7a8e4db4d345a9749821d555f6bc55546682 /resources | |
parent | d551ef4b72448c3ccb493559826b976a2d3d8649 (diff) |
Revert "Use 3 tries to prepare DUT for testing"
This reverts commit d551ef4b72448c3ccb493559826b976a2d3d8649.
Change-Id: Icff3a98b96298385a2e4789d40ef60d70f440492
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/robot/default.robot | 4 |
1 files changed, 1 insertions, 3 deletions
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 |