X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2F__init__.robot;h=2016146e3b83d8e74d8c37e19fea0a808380b372;hp=64f4a99de8bb11a12930069082b9aaaf41a5004d;hb=8f328d362ff6572ed0cb9692abf5d02c4d4d62fb;hpb=8f285166faf13156a4f7c70adac9a7e20549268f diff --git a/tests/suites/__init__.robot b/tests/suites/__init__.robot index 64f4a99de8..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 | Start VPP Service On All DUTs | ${nodes} +| ... | AND | Setup All DUTs | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} -