diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-06-07 14:26:59 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-09 07:01:34 +0000 |
commit | 4e565011b2e53f99fb78e1143e6543b3427de79a (patch) | |
tree | 2ec2a188bae386ef364e832776a3a7e946f62f89 /resources/libraries/robot/vxlan.robot | |
parent | 5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 (diff) |
CSIT-663: Remove unused keywords
Change-Id: Ib3f0edb0c3a48a760040886e5aedce81c9baeac2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/vxlan.robot')
-rw-r--r-- | resources/libraries/robot/vxlan.robot | 8 |
1 files changed, 2 insertions, 6 deletions
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:* |