summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/dnscmd.py
AgeCommit message (Expand)AuthorFilesLines
2025-06-05samba-tool tests: test dns --allow-existingDouglas Bagnall1-0/+13
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-09-14python:tests: Remove unused variablesJoseph Sutton1-1/+1
2023-09-14python:tests: Remove unused importsJoseph Sutton1-2/+0
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-2/+2
2023-06-16samba-tool: add new --dns-directory-partition option to dns zonecreate commandBjörn Baumbach1-0/+91
2021-06-22pytest samba-tool dns: avoid testing update of '.' PTRDouglas Bagnall1-0/+9
2021-06-22pytest: samba-tool dns: allow identical updatesDouglas Bagnall1-18/+14
2021-06-22pytest: samba-tool dns: allow valid updatesDouglas Bagnall1-0/+3
2021-06-02samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall1-1/+447
2021-06-02pytest:samba-tool dns: more robust clean-upDouglas Bagnall1-4/+1
2021-04-21samba-tool: add dns zoneoptions for aging controlDouglas Bagnall1-0/+54
2020-01-14tests/DNS: add MX/SRV record tests with multiple spacesBjörn Jacke1-3/+5
2020-01-14tests/DNS: \n.COM shouldn't be a valid DNS recordBjörn Jacke1-1/+0
2019-05-29tests/samba-tool: test dns serverinfo/zoneinfoDouglas Bagnall1-0/+26
2018-11-01python/tests/dnscmd: don't use undefined nameDouglas Bagnall1-1/+1
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall1-16/+16
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-45/+45
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-3/+3
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-11/+11
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-4/+4
2018-02-08samba-tool/tests: Check that dns cleanup does not spuriously remove entriesGarming Sam1-1/+5
2018-02-08tests/samba-tool: dns cleanup should work with a missing nameGarming Sam1-0/+50
2018-02-08samba-tool: add dns cleanup cmdJoe Guo1-0/+103
2017-08-15samba-tool dns: Test support of DNS wild card in namesGary Lockyer1-0/+67
2016-12-12python/tests: expand samba-tool dns testsBob Campbell1-0/+104
2016-12-12python/tests: add tests for samba-tool dnsBob Campbell1-0/+557