Python3: resources and libraries
[csit.git] / resources / libraries / robot / overlay / vxlan.robot
index 42c1eba..f98514e 100644 (file)
 # limitations under the License.
 
 *** Settings ***
-| Library  | Collections
 | Library  | resources.libraries.python.InterfaceUtil
-| Library  | resources.libraries.python.IPUtil
-| Library  | resources.libraries.python.IPv6Util
-| Library  | resources.libraries.python.L2Util
-| Library  | resources.libraries.python.NodePath
-| ...
-| Resource | resources/libraries/robot/l2/l2_bridge_domain.robot
-| Resource | resources/libraries/robot/l2/l2_xconnect.robot
-| Resource | resources/libraries/robot/shared/default.robot
-| Resource | resources/libraries/robot/shared/interfaces.robot
-| ...
-| Documentation | VXLAN keywords
+|
+| Documentation | VXLAN keywords.
 
 *** Keywords ***
 | Get VXLAN dump
 | | [Documentation] | Get VXLAN dump.
-| | ...
+| |
 | | ... | *Arguments:*
 | | ... | - node - DUT node data. Type: dictionary
 | | ... | - interface - Interface on the VPP node (Optional). Type: string
-| | ...
+| |
 | | [Arguments] | ${dut_node} | ${interface}=${None}
-| | ...
+| |
 | | [Return] | ${vxlan_dump}
-| | ...
+| |
 | | ${vxlan_dump}= | VXLAN Dump | ${dut_node} | ${interface}