diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/suites/__init__.robot | 5 | ||||
-rw-r--r-- | tests/suites/bridge_domain/test.robot | 2 | ||||
-rw-r--r-- | tests/suites/ipv4/ipv4_untagged.robot | 1 | ||||
-rw-r--r-- | tests/suites/l2_xconnect/l2_xconnect_untagged.robot | 2 |
4 files changed, 3 insertions, 7 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} - diff --git a/tests/suites/bridge_domain/test.robot b/tests/suites/bridge_domain/test.robot index 9695b7fe88..c6a4cd1197 100644 --- a/tests/suites/bridge_domain/test.robot +++ b/tests/suites/bridge_domain/test.robot @@ -16,9 +16,7 @@ | Resource | resources/libraries/robot/interfaces.robot | Resource | resources/libraries/robot/bridge_domain.robot | Resource | resources/libraries/robot/l2_traffic.robot -| Library | resources.libraries.python.topology.Topology | Library | resources.libraries.python.NodePath -| Variables | resources/libraries/python/topology.py | Force Tags | HW_ENV | VM_ENV | Suite Setup | Setup all TGs before traffic script | Test Setup | Setup all DUTs before test diff --git a/tests/suites/ipv4/ipv4_untagged.robot b/tests/suites/ipv4/ipv4_untagged.robot index 47fe34acdf..45ab5768c7 100644 --- a/tests/suites/ipv4/ipv4_untagged.robot +++ b/tests/suites/ipv4/ipv4_untagged.robot @@ -12,7 +12,6 @@ # limitations under the License. *** Settings *** -| Library | resources.libraries.python.topology.Topology | Library | resources.libraries.python.NodePath | Library | resources.libraries.python.Trace | Resource | resources/libraries/robot/default.robot diff --git a/tests/suites/l2_xconnect/l2_xconnect_untagged.robot b/tests/suites/l2_xconnect/l2_xconnect_untagged.robot index cf32bfa076..3370cabaa4 100644 --- a/tests/suites/l2_xconnect/l2_xconnect_untagged.robot +++ b/tests/suites/l2_xconnect/l2_xconnect_untagged.robot @@ -15,7 +15,7 @@ | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/l2_xconnect.robot | Resource | resources/libraries/robot/l2_traffic.robot -| Library | resources.libraries.python.InterfaceUtil +| Resource | resources/libraries/robot/interfaces.robot | Library | resources.libraries.python.NodePath | Force Tags | 3_NODE_SINGLE_LINK_TOPO | HW_ENV | VM_ENV | Test Setup | Setup all DUTs before test |