:py:mod:`test_vxlan` ==================== .. py:module:: test_vxlan Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: test_vxlan.test_parse_vxlan_data test_vxlan.test_get_vxlans test_vxlan.test_generate_vxlan_rt_commands test_vxlan.test_generate_create_l2_vxlan_commands test_vxlan.test_generate_create_l3_vxlan_commands test_vxlan.test_generate_create_vxlan_commands test_vxlan.test_generate_delete_l2_vxlan_commands test_vxlan.test_generate_delete_l3_vxlan_commands test_vxlan.test_generate_delete_vxlan_commands .. py:function:: test_parse_vxlan_data(test_evpn_vni_data, test_bgp_evpn_data, test_vlan_data, test_vxlan_data) .. py:function:: test_get_vxlans(test_vxlan_data, test_vnid, expected) .. py:function:: test_generate_vxlan_rt_commands(test_vxlan, expected) .. py:function:: test_generate_create_l2_vxlan_commands(test_vxlan, test_bgp_data, test_ip_forward, expected) .. py:function:: test_generate_create_l3_vxlan_commands(test_vxlan, test_bgp_data, test_dynamic_vlan, expected) .. py:function:: test_generate_create_vxlan_commands(test_vxlan, test_bgp_data, test_dynamic_vlan, expected) .. py:function:: test_generate_delete_l2_vxlan_commands(test_vxlan_datum, expected) .. py:function:: test_generate_delete_l3_vxlan_commands(test_vxlan_datum, expected) .. py:function:: test_generate_delete_vxlan_commands(test_vxlan_id, test_vxlan_data, expected)