designate/designate/tests/unit/test_mdns
Tim Simmons defe3a8f29 Actually poll for zone deletes
- This implements a few `TODO`s in the code around actually polling
nameservers for zone deletes. I found this necessary for changes
that were truing up missed DELETEs, and wanted to make a poll/
update_status call to verify deletion across a fleet of nameservers
when one was down.
- This originally failed in PowerDNS, because in older versions
that are still in all the distro repos, PDNS responded with a
NOERROR and empty answer section when it got a query for a zone
it knew nothing about. NEAT.
http://blog.powerdns.com/2015/03/02/from-noerror-to-refused/

- NOTE: This increases timeout for functional tests and we maybe
shouldn't do that.

Change-Id: Ied1e5daf4798127e00a06265164759d98fc9ba72
2016-02-16 22:30:37 +00:00
..
__init__.py Improve unit testing 2016-01-08 15:49:58 +00:00
test_handler.py Add mdns unit tests for main service handler 2015-11-18 21:50:56 +00:00
test_notify.py Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
test_service.py Improve unit testing 2016-01-08 15:49:58 +00:00