summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_forwarder.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-28libcli/dns.c: dns forwarder port test changesMatthew Grant1-6/+11
2021-06-22pytest/dns_forwarder: remove unused function and importsDouglas Bagnall1-12/+2
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-08pytests/dns_forwarder: remove unused importDouglas Bagnall1-1/+0
2021-04-08pytests/dns: use dnsserver.record_from_stringDouglas Bagnall1-1/+1
2021-04-08pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall1-1/+2
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-2/+2
2019-01-29python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher1-2/+2
2018-12-10python/samba/tests: PY3 port samba.tests.dnsNoel Power1-7/+7
2018-10-25python/tests/dns*: remove unused importsDouglas Bagnall1-1/+0
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-05-12python/samba/tests: py2/py3 compatability replace xrange with rangeNoel Power1-1/+1
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-7/+8
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2016-09-06tests/dns_forwarder: Fail out with an assertion instead OOB errorGarming Sam1-1/+2
2016-09-06tests/dns_forwarder: Check that the subprocess is still livingGarming Sam1-0/+4
2016-09-06tests/dns_forwarder: Wait for port for 15 secondsGarming Sam1-2/+2
2016-05-17python/tests/dns_forwarder: fix for python 2.6Douglas Bagnall1-1/+1
2016-05-03tests/dns_forwarder: Add additional testing for no flag recursiveGarming Sam1-0/+27
2016-05-03tests/dns_forwarder: Add an extra test for inactive forwardersGarming Sam1-0/+27
2016-05-03tests/dns_forwarder: remove statically defined IPsGarming Sam1-17/+33
2016-05-03tests/dns_forwarder: Add testing for DNS forwardingGarming Sam1-0/+531