X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2F__init__.robot;h=2016146e3b83d8e74d8c37e19fea0a808380b372;hp=fc3c810e39d93bf3456fa4d4aee7810bea927771;hb=8f328d362ff6572ed0cb9692abf5d02c4d4d62fb;hpb=33499c81c94c2d3baef9d3e9f061cd76ef86fa74 diff --git a/tests/suites/__init__.robot b/tests/suites/__init__.robot index fc3c810e39..2016146e3b 100644 --- a/tests/suites/__init__.robot +++ b/tests/suites/__init__.robot @@ -13,8 +13,8 @@ *** Settings *** | Resource | resources/libraries/robot/default.robot -| Library | resources/libraries/python/SetupFramework.py -| Library | resources.libraries.python.topology.Topology +| Resource | resources/libraries/robot/interfaces.robot +| Library | resources.libraries.python.SetupFramework | Suite Setup | Run Keywords | Setup Framework | ${nodes} +| ... | AND | Setup All DUTs | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} -