aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/default.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/default.robot')
-rw-r--r--resources/libraries/robot/default.robot4
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