Revert "Use 3 tries to prepare DUT for testing" 16/3616/1
authorDave Wallace <dwallacelf@gmail.com>
Thu, 27 Oct 2016 20:23:30 +0000 (20:23 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 27 Oct 2016 20:23:30 +0000 (20:23 +0000)
This reverts commit d551ef4b72448c3ccb493559826b976a2d3d8649.

Change-Id: Icff3a98b96298385a2e4789d40ef60d70f440492
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
resources/libraries/robot/default.robot
tests/func/__init__.robot

index eeef04a..238749a 100644 (file)
@@ -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
index 7d3c64e..2016146 100644 (file)
@@ -16,5 +16,5 @@
 | Resource | resources/libraries/robot/interfaces.robot
 | Library | resources.libraries.python.SetupFramework
 | Suite Setup | Run Keywords | Setup Framework | ${nodes}
-| ...         | AND          | Setup all DUTs before test
+| ...         | AND          | Setup All DUTs | ${nodes}
 | ...         | AND          | Update All Interface Data On All Nodes | ${nodes}