The networking_cisco.tests.unit.ml2.drivers.cisco.n1kv.test_network_profile_service Module¶
-
class
networking_cisco.tests.unit.ml2.drivers.cisco.n1kv.test_network_profile_service.TestN1KVMechDriverNetworkProfiles(*args, **kwds)¶ Bases:
networking_cisco.tests.unit.ml2.drivers.cisco.n1kv.test_cisco_n1kv_mech.TestN1KVMechanismDriver-
setUp()¶
-
test_create_network_profile_invalid_segment_type(*args, **kwargs)¶ Test a network profile create with invalid segment type.
-
test_create_network_profile_on_vsm_connection_failed(*args, **kwargs)¶ Test a network profile creation when the connection to VSM is lost.
-
test_create_network_profile_on_vsm_error(*args, **kwargs)¶ Test a network profile creation when the operation fails on VSM.
-
test_create_network_profile_overlay_enhanced(*args, **kwargs)¶ Test a enhanced VxLAN network profile creation.
-
test_create_network_profile_overlay_enhanced_non_admin_tenant(*args, **kwargs)¶ Test a VxLAN network profile creation using a non-admin tenant.
-
test_create_network_profile_overlay_missing_subtype(*args, **kwargs)¶ Test a VxLAN network profile creation with missing sub-type.
-
test_create_network_profile_overlay_native(*args, **kwargs)¶ Test a native VxLAN network profile creation.
-
test_create_network_profile_overlay_native_global(*args, **kwargs)¶ Test a global native VxLAN network profile creation.
-
test_create_network_profile_overlay_native_invalid_mcast(*args, **kwargs)¶ Test a native VxLAN network profile creation with invalid multi-cast address.
-
test_create_network_profile_overlay_native_no_multicast(*args, **kwargs)¶ Test a shared native VxLAN network profile creation with no multi-cast address.
-
test_create_network_profile_overlay_native_reserved_mcast(*args, **kwargs)¶ Test a native VxLAN network profile creation with reserved multi-cast address.
-
test_create_network_profile_overlay_unknown_subtype(*args, **kwargs)¶ Test a VxLAN network profile creation with unknown sub-type.
-
test_create_network_profile_vlan(*args, **kwargs)¶ Test a VLAN network profile creation.
-
test_create_network_profile_vlan_non_admin_tenant(*args, **kwargs)¶ Test a VLAN network profile creation using a non-admin tenant.
-
test_create_network_profile_with_add_tenants_parameter(*args, **kwargs)¶ Test a network profile creation while adding more tenants to it.
-
test_create_network_profile_with_default_network_profile_names(*args, **kwargs)¶ Test network profile creation with the same name as a default network profile.
-
test_delete_default_network_profile(*args, **kwargs)¶ Test the deletion of default network profiles.
-
test_delete_network_profile_by_id(*args, **kwargs)¶ Test a network profile delete by its ID.
-
test_delete_network_profile_with_add_tenants_parameter(*args, **kwargs)¶ Test deletion for a network profile owned by multiple tenants.
-
test_delete_network_profile_with_network(*args, **kwargs)¶ Test a network profile delete when its network is around.
-
test_ensure_network_profiles_created(*args, **kwargs)¶
-