diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-03-23 15:01:30 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-13 16:08:13 +0000 |
commit | 5a2fd159dce96a70f2e5157314391aceb6d80197 (patch) | |
tree | ef92201cd4af16786aec3bc497142d84539c08e1 /resources/libraries/robot/vxlan.robot | |
parent | 3121b691debad27fcea1c6e2031e4a2544e42fbf (diff) |
Move methods from topology.py to more appropriate place.
Change-Id: I2612a9466095b3d79a4a9d938fcdbf9f93133f69
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/libraries/robot/vxlan.robot')
-rw-r--r-- | resources/libraries/robot/vxlan.robot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/libraries/robot/vxlan.robot b/resources/libraries/robot/vxlan.robot index e855f2499d..1f3b141470 100644 --- a/resources/libraries/robot/vxlan.robot +++ b/resources/libraries/robot/vxlan.robot @@ -14,15 +14,13 @@ *** Settings *** | Library | Collections | Resource | resources/libraries/robot/default.robot +| Resource | resources/libraries/robot/interfaces.robot | Resource | resources/libraries/robot/bridge_domain.robot | Resource | resources/libraries/robot/l2_xconnect.robot | Library | resources.libraries.python.L2Util | Library | resources.libraries.python.IPUtil | Library | resources.libraries.python.IPv4Util | Library | resources.libraries.python.IPv4Setup -| Library | resources.libraries.python.InterfaceSetup -| Library | resources.libraries.python.InterfaceUtil -| Library | resources.libraries.python.topology.Topology | Library | resources.libraries.python.NodePath |