X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fvxlan.robot;h=0c149fdcda48808cb741c175c7a0adb6ebabe546;hp=27c9c7c3da20f62c6e7132a4492705765884e013;hb=4e565011b2e53f99fb78e1143e6543b3427de79a;hpb=5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 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:*