summaryrefslogtreecommitdiff
path: root/designate/tests/test_mdns/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up test importsErik Olof Gunnar Andersson2023-05-071-2/+2
* Use unittest.mock instead of third party mockSean McGinnis2020-05-291-1/+1
* Refactored service layerErik Olof Gunnar Andersson2019-09-201-13/+13
* Fix typo a-an, than-then, wrong character caseDuong Ha-Quang2016-10-041-2/+2
* Refactor UDP query handling, add testsFederico Ceratto2016-05-201-136/+127
* Fix rrset serialization, improve mdns testsFederico Ceratto2016-05-111-0/+120
* Support multiple API and mDNS listen address pairsKiall Mac Innes2016-05-041-1/+3
* Update email addresses hp.com to hpe.comFederico Ceratto2016-01-111-1/+1
* Replaces str to byte to provide py3 compatibilitysonu.kumar2015-08-121-2/+2
* Handle unhandled exception in dnsutils.py for py3Pradeep Kumar Singh2015-07-091-1/+1
* Service Class Cleanup - Part 3/3Kiall Mac Innes2015-03-021-6/+2
* Ensure DNSPython modules are imported correctlyKiall Mac Innes2015-02-251-0/+1
* Move some methods from mdns to dnsutilsVinod Mangalpally2015-01-211-2/+6
* Add more unit tests to mdns serviceVinod Mangalpally2015-01-151-0/+34
* Bind a random port for MDNS testsJordanP2014-09-291-0/+4
* Implement mDNS ServiceKiall Mac Innes2014-06-041-0/+26