X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2F__init__.robot;h=2016146e3b83d8e74d8c37e19fea0a808380b372;hp=e025575dd7ae363678a8e4331db5db1166385bb0;hb=5a2fd159dce96a70f2e5157314391aceb6d80197;hpb=3121b691debad27fcea1c6e2031e4a2544e42fbf diff --git a/tests/suites/__init__.robot b/tests/suites/__init__.robot index e025575dd7..2016146e3b 100644 --- a/tests/suites/__init__.robot +++ b/tests/suites/__init__.robot @@ -13,9 +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} -