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

class FloatingIpDNSSerializerTest(*args, **kwargs)

Bases: nova.test.TestCase

test_domain_serializer()
test_domains()
test_entries_serializer()
test_entry_serializer()
class FloatingIpDNSTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
tearDown()
test_create_domain()
test_create_entry()
test_delete_domain()
test_delete_domain_notfound()
test_delete_entry()
test_delete_entry_notfound()
test_dns_domains_list()
test_dns_entries_not_found()
test_get_dns_entries_by_invalid_ipv4_or_ipv6()
test_get_dns_entries_by_ipv4_address()
test_get_dns_entries_by_ipv6_address()
test_get_dns_entries_by_name()
test_modify()
network_add_dns_entry(self, context, address, name, dns_type, domain)
network_api_get_floating_ip(self, context, id)
network_get_dns_domains(self, context)
network_get_dns_entries_by_address(self, context, address, domain)
network_get_dns_entries_by_name(self, context, address, domain)
network_modify_dns_entry(self, context, address, name, domain)

Previous topic

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

Next topic

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

This Page