test_interface

Module Contents

Functions

test_parse_svi_name(test_name, expected)

test_parse_speed(test_speed, expected)

test_parse_summary(test_summary, expected)

test_parse_vrf_names(test_show_int_data)

test_get_interface_type(test_int_data, expected)

test_get_interface_master(test_summary, expected)

test_get_base_command(test_int_name, test_int_type, test_action, expected)

test_get_interface_addresses(test_addresses, test_virtual, test_virtual_type, expected)

test_get_route_attributes(test_int_data, test_vrf_list, expected)

test_get_bridge_attributes(test_int_data, expected)

test_get_interface(test_int_data, test_vrf_list, expected)

test_get_interfaces(test_show_int_data, test_interface_name, expected)

test_generate_bridge_commands(test_attributes, expected)

test_generate_basic_interface_commands(test_interface, expected)

test_generate_create_interface_commands(test_interface, test_int_type, expected)

test_generate_update_interface_commands(test_interface, test_int_type, test_update, expected)

test_generate_create_commands(test_interface, test_int_type, expected)

test_generate_update_commands(test_interface, test_int_type, test_update, expected)

test_generate_delete_commands(test_int_name, test_int_type, expected)

test_interface.test_parse_svi_name(test_name, expected)
test_interface.test_parse_speed(test_speed, expected)
test_interface.test_parse_summary(test_summary, expected)
test_interface.test_parse_vrf_names(test_show_int_data)
test_interface.test_get_interface_type(test_int_data, expected)
test_interface.test_get_interface_master(test_summary, expected)
test_interface.test_get_base_command(test_int_name, test_int_type, test_action, expected)
test_interface.test_get_interface_addresses(test_addresses, test_virtual, test_virtual_type, expected)
test_interface.test_get_route_attributes(test_int_data, test_vrf_list, expected)
test_interface.test_get_bridge_attributes(test_int_data, expected)
test_interface.test_get_interface(test_int_data, test_vrf_list, expected)
test_interface.test_get_interfaces(test_show_int_data, test_interface_name, expected)
test_interface.test_generate_bridge_commands(test_attributes, expected)
test_interface.test_generate_basic_interface_commands(test_interface, expected)
test_interface.test_generate_create_interface_commands(test_interface, test_int_type, expected)
test_interface.test_generate_update_interface_commands(test_interface, test_int_type, test_update, expected)
test_interface.test_generate_create_commands(test_interface, test_int_type, expected)
test_interface.test_generate_update_commands(test_interface, test_int_type, test_update, expected)
test_interface.test_generate_delete_commands(test_int_name, test_int_type, expected)