summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_forwarder.py
Commit message (Expand)AuthorAgeFilesLines
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-2/+2
* python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher2019-01-291-2/+2
* python/samba/tests: PY3 port samba.tests.dnsNoel Power2018-12-101-7/+7
* python/tests/dns*: remove unused importsDouglas Bagnall2018-10-251-1/+0
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-2/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* python/samba/tests: py2/py3 compatability replace xrange with rangeNoel Power2018-05-121-1/+1
* samba python tests: convert print func to be py2/py3 compatibleNoel Power2018-03-231-7/+8
* samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* tests/dns_forwarder: Fail out with an assertion instead OOB errorGarming Sam2016-09-061-1/+2
* tests/dns_forwarder: Check that the subprocess is still livingGarming Sam2016-09-061-0/+4
* tests/dns_forwarder: Wait for port for 15 secondsGarming Sam2016-09-061-2/+2
* python/tests/dns_forwarder: fix for python 2.6Douglas Bagnall2016-05-171-1/+1
* tests/dns_forwarder: Add additional testing for no flag recursiveGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: Add an extra test for inactive forwardersGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: remove statically defined IPsGarming Sam2016-05-031-17/+33
* tests/dns_forwarder: Add testing for DNS forwardingGarming Sam2016-05-031-0/+531