networking_generic_switch.tests.unit.test_generic_switch_mech Module¶networking_generic_switch.tests.unit.test_generic_switch_mech.TestGenericSwitchDriver(methodName='runTest')¶Bases: unittest.case.TestCase
setUp()¶Hook method for setting up the test fixture before exercising it.
test_bind_port(m_apc, m_list)¶test_bind_port_unknown_switch(m_apc, m_list)¶test_bind_port_with_different_physnet(m_apc, m_list)¶test_bind_port_with_physnet(m_apc, m_list)¶test_create_network_postcommit(m_list)¶test_create_network_postcommit_failure(m_log, m_list)¶test_create_network_postcommit_failure_multiple(m_log, m_list)¶test_create_network_postcommit_with_different_physnet(m_list)¶test_create_network_postcommit_with_multiple_physnets(m_list)¶test_create_network_postcommit_with_physnet(m_list)¶test_delete_network_postcommit(m_list)¶test_delete_network_postcommit_failure(m_log, m_list)¶test_delete_network_postcommit_failure_multiple(m_log, m_list)¶test_delete_network_postcommit_with_different_physnet(m_list)¶test_delete_network_postcommit_with_multiple_physnets(m_list)¶test_delete_network_postcommit_with_physnet(m_list)¶test_delete_port_postcommit(m_list)¶test_delete_port_postcommit_failure(m_list)¶test_delete_port_postcommit_no_segmentation_id(m_list)¶test_delete_port_potcommit_unknown_switch(m_list)¶test_empty_methods(m_list)¶test_update_port_postcommit_complete_provisioning(m_pc, m_list)¶test_update_port_postcommit_no_llc(m_pc, m_list)¶test_update_port_postcommit_not_baremetal(m_pc, m_list)¶test_update_port_postcommit_not_bound(m_pc, m_list)¶test_update_port_postcommit_not_managed_by_ngs(m_pc, m_list)¶test_update_port_postcommit_unbind(m_pc, m_list)¶test_update_port_postcommit_unbind_no_llc(m_pc, m_list)¶test_update_port_postcommit_unbind_not_baremetal(m_pc, m_list)¶test_update_port_postcommit_unbind_not_bound(m_pc, m_list)¶test_update_port_postcommit_unbind_not_managed_by_ngs(m_pc, m_list)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.