The nova.tests.api.openstack.compute.contrib.test_floating_ips Module

class FloatingIpSerializerTest(*args, **kwargs)

Bases: nova.test.TestCase

test_default_serializer()
test_index_serializer()
class FloatingIpTest(*args, **kwargs)

Bases: nova.test.TestCase

floating_ip = '10.10.10.10'
floating_ip_2 = '10.10.10.11'
setUp()
tearDown()
test_associate_not_allocated_floating_ip_to_instance()
test_bad_address_param_in_remove_floating_ip()
test_fail_floating_ip_in_bulk_creation()
test_floating_ip_allocate()
test_floating_ip_allocate_no_free_ips()
test_floating_ip_associate()
test_floating_ip_associate_non_existent_ip()
test_floating_ip_disassociate()
test_floating_ip_disassociate_auto_assigned()
test_floating_ip_disassociate_map_authorization_exc()
test_floating_ip_disassociate_missing()
test_floating_ip_disassociate_non_existent_ip()
test_floating_ip_disassociate_wrong_instance_id()
test_floating_ip_disassociate_wrong_instance_uuid()
test_floating_ip_in_bulk_creation()
test_floating_ip_release()
test_floating_ip_release_nonexisting()
test_floating_ip_release_race_cond()
test_floating_ip_show()
test_floating_ip_show_not_found()
test_floating_ips_list()
test_missing_dict_param_in_add_floating_ip()
test_missing_dict_param_in_remove_floating_ip()
test_recreation_of_floating_ip()
test_show_associated_floating_ip()
test_translate_floating_ip_view()
test_translate_floating_ip_view_dict()
compute_api_associate(self, context, instance_id, address)
compute_api_get(self, context, instance_id)
fake_instance_get(context, instance_id)
get_instance_by_floating_ip_addr(self, context, address)
network_api_allocate(self, context)
network_api_associate(self, context, floating_address, fixed_address)
network_api_disassociate(self, context, instance, floating_address)
network_api_get_floating_ip(self, context, id)
network_api_get_floating_ip_by_address(self, context, address)
network_api_get_floating_ips_by_project(self, context)
network_api_release(self, context, address)
stub_nw_info(stubs)

Previous topic

The nova.tests.api.openstack.compute.contrib.test_floating_ip_pools Module

Next topic

The nova.tests.api.openstack.compute.contrib.test_fping Module

This Page