Part of samba.tests.dns View In Hierarchy
| Method | assert_dns_rcode_equals | Helper function to check return code |
| Method | assert_dns_opcode_equals | Helper function to check opcode |
| Method | make_name_packet | Helper creating a dns.name_packet |
| Method | finish_name_packet | Helper to finalize a dns.name_packet |
| Method | make_name_question | Helper creating a dns.name_question |
| Method | get_dns_domain | Helper to get dns domain |
| Method | dns_transaction_udp | send a DNS query and read the reply |
| Method | test_one_a_query | create a query packet containing one query record |
| Method | test_two_queries | create a query packet containing two query records |
| Method | test_qtype_all_query | create a QTYPE_ALL query |
| Method | test_qclass_none_query | create a QCLASS_NONE query |
| Method | test_soa_domain_query | create a SOA query for a domain |
Inherited from TestCase:
| Method | setUp | Undocumented |
| Method | get_loadparm | Undocumented |
| Method | get_credentials | Undocumented |