The nova.tests.network.test_rpcapi Module

Unit Tests for nova.network.rpcapi

class NetworkRpcAPITestCase(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test__associate_floating_ip()
test__disassociate_floating_ip()
test_add_dns_entry()
test_add_fixed_ip_to_instance()
test_add_network_to_project()
test_allocate_floating_ip()
test_allocate_floating_ip_no_multi()
test_allocate_for_instance()
test_associate_floating_ip()
test_associate_host_and_project()
test_create_networks()
test_create_private_dns_domain()
test_create_public_dns_domain()
test_deallocate_fixed_ip()
test_deallocate_floating_ip()
test_deallocate_floating_ip_no_multi()
test_deallocate_for_instance()
test_delete_dns_domain()
test_delete_dns_entry()
test_delete_network()
test_disassociate_floating_ip()
test_disassociate_network()
test_get_all_networks()
test_get_backdoor_port()
test_get_dns_domains()
test_get_dns_entries_by_address()
test_get_dns_entries_by_name()
test_get_fixed_ip()
test_get_fixed_ip_by_address()
test_get_floating_ip()
test_get_floating_ip_by_address()
test_get_floating_ip_pools()
test_get_floating_ips_by_fixed_address()
test_get_floating_ips_by_project()
test_get_instance_id_by_floating_address()
test_get_instance_nw_info()
test_get_instance_uuids_by_ip_filter()
test_get_network()
test_get_vif_by_mac_address()
test_get_vifs_by_instance()
test_lease_fixed_ip()
test_migrate_instance_finish()
test_migrate_instance_finish_multi_host()
test_migrate_instance_start()
test_migrate_instance_start_multi_host()
test_modify_dns_entry()
test_release_fixed_ip()
test_remove_fixed_ip_from_instance()
test_rpc_allocate_fixed_ip()
test_rpc_setup_network_on_host()
test_set_network_host()
test_setup_networks_on_host()
test_update_dns()
test_validate_networks()

Previous topic

The nova.tests.network.test_quantumv2 Module

Next topic

The nova.tests.policy_fixture Module

This Page