From 4e565011b2e53f99fb78e1143e6543b3427de79a Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 7 Jun 2017 14:26:59 +0200 Subject: CSIT-663: Remove unused keywords Change-Id: Ib3f0edb0c3a48a760040886e5aedce81c9baeac2 Signed-off-by: Tibor Frank --- resources/libraries/robot/vxlan.robot | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'resources/libraries/robot/vxlan.robot') diff --git a/resources/libraries/robot/vxlan.robot b/resources/libraries/robot/vxlan.robot index 27c9c7c3da..0c149fdcda 100644 --- a/resources/libraries/robot/vxlan.robot +++ b/resources/libraries/robot/vxlan.robot @@ -60,10 +60,6 @@ | | Add IP Neighbor | ${DUT1} | ${DUT1_INT_INDEX} | ${dut2s_ip_address} | ${DUT2_INT_MAC} | | Add IP Neighbor | ${DUT2} | ${DUT2_INT_INDEX} | ${dut1s_ip_address} | ${DUT1_INT_MAC} -| VXLAN interface is created -| | [Arguments] | ${DUT} | ${VNI} | ${SRC_IP} | ${DST_IP} -| | Create VXLAN interface | ${DUT} | ${VNI} | ${SRC_IP} | ${DST_IP} - | Add interfaces to L2BD | | [Arguments] | ${DUT} | ${BID} | ${INTERFACE_1} | ${INTERFACE_2} | | Vpp Add L2 Bridge Domain | ${DUT} | ${BID} | ${INTERFACE_1} | ${INTERFACE_2} @@ -107,11 +103,11 @@ | | ... | - tx_dst_mac - Destination MAC address of sent packet. Type: string | | ... | - tx_src_ip - Source IP address of sent VXLAN packet. Type: string | | ... | - tx_dst_ip - Destination IP address of sent VXLAN packet. -| | ... | Type: string +| | ... | Type: string | | ... | - tx_vni - VNI of sent VXLAN packet. Type: string | | ... | - rx_src_ip - Source IP address of received VXLAN packet. Type: string | | ... | - rx_dst_ip - Destination IP address of received VXLAN packet. -| | ... | Type: string +| | ... | Type: string | | ... | - rx_vni - VNI of received VXLAN packet. Type: string | | ... | | ... | *Return:* -- cgit 1.2.3-korg