aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/vxlan.robot
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-06-16 09:38:28 +0200
committerTibor Frank <tifrank@cisco.com>2017-06-26 12:37:26 +0000
commit41bded220766aad6f805a9864ef677abe9ff9004 (patch)
tree6df32095797eccd6e9e039d0fefaf773d67455cd /resources/libraries/robot/vxlan.robot
parent2f55e281e2b8f820bfb5939172ba45bbcce6a7fa (diff)
CSIT-683: Re-organize L2 libraries - func
Change-Id: I5444dfba68ea41d8190d6615e23505f3c08c377c Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/vxlan.robot')
-rw-r--r--resources/libraries/robot/vxlan.robot4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/robot/vxlan.robot b/resources/libraries/robot/vxlan.robot
index 0c149fdcda..d867189a15 100644
--- a/resources/libraries/robot/vxlan.robot
+++ b/resources/libraries/robot/vxlan.robot
@@ -64,10 +64,6 @@
| | [Arguments] | ${DUT} | ${BID} | ${INTERFACE_1} | ${INTERFACE_2}
| | Vpp Add L2 Bridge Domain | ${DUT} | ${BID} | ${INTERFACE_1} | ${INTERFACE_2}
-| Add interfaces to L2XC
-| | [Arguments] | ${DUT} | ${INTERFACE_1} | ${INTERFACE_2}
-| | Configure L2XC | ${DUT} | ${INTERFACE_1} | ${INTERFACE_2}
-
| Create vlan interfaces for VXLAN
| | [Documentation] | *Create VLAN subinterface on interfaces on DUTs with given VLAN ID.*
| | ...