The networking_generic_switch.tests.unit.test_generic_switch_mech
Module¶
-
class
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
(**keywargs)¶
-
test_bind_port_unknown_switch
(**keywargs)¶
-
test_bind_port_with_different_physnet
(**keywargs)¶
-
test_bind_port_with_physnet
(**keywargs)¶
-
test_create_network_postcommit
(**keywargs)¶
-
test_create_network_postcommit_failure
(**keywargs)¶
-
test_create_network_postcommit_with_different_physnet
(**keywargs)¶
-
test_create_network_postcommit_with_multiple_physnets
(**keywargs)¶
-
test_create_network_postcommit_with_physnet
(**keywargs)¶
-
test_delete_network_postcommit
(**keywargs)¶
-
test_delete_network_postcommit_failure
(**keywargs)¶
-
test_delete_network_postcommit_no_network_id
(**keywargs)¶
-
test_delete_network_postcommit_with_different_physnet
(**keywargs)¶
-
test_delete_network_postcommit_with_multiple_physnets
(**keywargs)¶
-
test_delete_network_postcommit_with_physnet
(**keywargs)¶
-
test_delete_port_postcommit
(**keywargs)¶
-
test_delete_port_postcommit_failure
(**keywargs)¶
-
test_delete_port_postcommit_no_segmentation_id
(**keywargs)¶
-
test_delete_port_potcommit_unknown_switch
(**keywargs)¶
-
test_empty_methods
(**keywargs)¶
-
test_update_port_postcommit_complete_provisioning
(**keywargs)¶
-
test_update_port_postcommit_no_llc
(**keywargs)¶
-
test_update_port_postcommit_not_baremetal
(**keywargs)¶
-
test_update_port_postcommit_not_bound
(**keywargs)¶
-
test_update_port_postcommit_not_managed_by_ngs
(**keywargs)¶
-
test_update_port_postcommit_unbind
(**keywargs)¶
-
test_update_port_postcommit_unbind_no_llc
(**keywargs)¶
-
test_update_port_postcommit_unbind_not_baremetal
(**keywargs)¶
-
test_update_port_postcommit_unbind_not_bound
(**keywargs)¶
-
test_update_port_postcommit_unbind_not_managed_by_ngs
(**keywargs)¶
-