summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_base.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-11pytest:dns_base: make_txt_update can set arbitrary TTLDouglas Bagnall1-3/+3
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-03-17pytests: dns_base: remove a py2 compat thingDouglas Bagnall1-4/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-4/+3
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-6/+6
2019-01-29python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher1-2/+2
2018-09-15python/samba/tests: py_gensec_update takes bytes as paramNoel Power1-1/+1
2018-07-13python/samba/tests: various py3 porting for ord/chrNoel Power1-11/+17
2018-07-12tests dns: dns_base.py remove flake8 warningsGary Lockyer1-4/+8
2018-07-12dns: record aging testsAaron Haslett1-5/+5
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-4/+5
2017-06-10selftest: Use TestCaseInTempDir as base class in dns testsAndrew Bartlett1-2/+2
2017-06-10selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett1-0/+431