The networking_generic_switch.tests.unit.netmiko.test_netmiko_base
Module¶
-
class
networking_generic_switch.tests.unit.netmiko.test_netmiko_base.
NetmikoSwitchTestBase
(methodName='runTest')¶ Bases:
fixtures.testcase.TestWithFixtures
-
setUp
()¶ Hook method for setting up the test fixture before exercising it.
-
-
class
networking_generic_switch.tests.unit.netmiko.test_netmiko_base.
TestNetmikoSwitch
(methodName='runTest')¶ Bases:
networking_generic_switch.tests.unit.netmiko.test_netmiko_base.NetmikoSwitchTestBase
-
test__format_commands
()¶
-
test__get_connection_caller_failure
(**keywargs)¶
-
test__get_connection_connect_fail
(**keywargs)¶
-
test__get_connection_timeout
(**keywargs)¶
-
test_add_network
(**keywargs)¶
-
test_add_network_with_trunk_ports
(**keywargs)¶
-
test_check_output
()¶
-
test_check_output_error
()¶
-
test_del_network
(**keywargs)¶
-
test_del_network_with_trunk_ports
(**keywargs)¶
-
test_delete_port
(**keywargs)¶
-
test_delete_port_disable_inactive
(**keywargs)¶
-
test_delete_port_has_default_vlan
(**keywargs)¶
-
test_plug_port_has_default_vlan
(**keywargs)¶
-
test_plug_port_to_network
(**keywargs)¶
-
test_plug_port_to_network_disable_inactive
(**keywargs)¶
-
test_save_configuration
()¶
-
test_save_configuration_with_NotImplementedError
(**keywargs)¶
-
test_send_commands_to_device
(**keywargs)¶
-
test_send_commands_to_device_empty
(**keywargs)¶
-
test_send_commands_to_device_save_failure
(**keywargs)¶
-
test_send_commands_to_device_save_ngs_failure
(**keywargs)¶
-
test_send_commands_to_device_send_failure
(**keywargs)¶
-
test_send_commands_to_device_send_ngs_failure
(**keywargs)¶
-
test_send_config_set
()¶
-
test_switch_send_commands_with_coordinator
(**keywargs)¶
-