aboutsummaryrefslogtreecommitdiffstats
path: root/tests/suites/__init__.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suites/__init__.robot')
-rw-r--r--tests/suites/__init__.robot5
1 files changed, 2 insertions, 3 deletions
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}
-