libcloud.test.dns package

Submodules

libcloud.test.dns.test_auroradns module

libcloud.test.dns.test_base module

class libcloud.test.dns.test_base.BaseTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]
test_export_zone_to_bind_format_slave_should_throw()[source]
test_export_zone_to_bind_format_success()[source]

libcloud.test.dns.test_buddyns module

libcloud.test.dns.test_cloudflare module

libcloud.test.dns.test_digitalocean module

libcloud.test.dns.test_dnsimple module

libcloud.test.dns.test_dnspod module

libcloud.test.dns.test_durabledns module

libcloud.test.dns.test_gandi module

libcloud.test.dns.test_godaddy module

libcloud.test.dns.test_google module

libcloud.test.dns.test_hostvirtual module

libcloud.test.dns.test_linode module

libcloud.test.dns.test_liquidweb module

libcloud.test.dns.test_luadns module

libcloud.test.dns.test_nfsn module

class libcloud.test.dns.test_nfsn.NFSNMockHttp(host, port, *args, **kwargs)[source]

Bases: libcloud.test.MockHttp

base_headers = {'content-type': 'application/x-nfsn-api'}
fixtures = <libcloud.test.file_fixtures.DNSFileFixtures object>
class libcloud.test.dns.test_nfsn.NFSNTestCase(*args, **kwargs)[source]

Bases: libcloud.test.LibcloudTestCase

setUp()[source]
test_create_record()[source]
test_create_zone()[source]
test_delete_record()[source]
test_delete_record_not_found()[source]
test_delete_zone()[source]
test_ex_get_records_by()[source]
test_get_record()[source]
test_get_zone()[source]
test_get_zone_not_found()[source]
test_list_records()[source]
test_list_zones()[source]

libcloud.test.dns.test_nsone module

libcloud.test.dns.test_pointdns module

libcloud.test.dns.test_powerdns module

class libcloud.test.dns.test_powerdns.PowerDNSMockHttp(host, port, *args, **kwargs)[source]

Bases: libcloud.test.MockHttp

base_headers = {'content-type': 'application/json'}
fixtures = <libcloud.test.file_fixtures.DNSFileFixtures object>
class libcloud.test.dns.test_powerdns.PowerDNSTestCase(*args, **kwargs)[source]

Bases: libcloud.test.LibcloudTestCase

setUp()[source]
test_create_existing_zone()[source]
test_create_record()[source]
test_create_zone()[source]
test_delete_missing_record()[source]
test_delete_missing_zone()[source]
test_delete_record()[source]
test_delete_zone()[source]
test_get_missing_zone()[source]
test_get_record()[source]
test_get_zone()[source]
test_list_record_types()[source]
test_list_records()[source]
test_list_zones()[source]
test_update_record()[source]
test_update_zone()[source]

libcloud.test.dns.test_rackspace module

libcloud.test.dns.test_route53 module

libcloud.test.dns.test_softlayer module

libcloud.test.dns.test_vultr module

libcloud.test.dns.test_worldwidedns module

libcloud.test.dns.test_zerigo module

libcloud.test.dns.test_zonomi module

Module contents