summaryrefslogtreecommitdiff
path: root/wintest
Commit message (Expand)AuthorAgeFilesLines
* wintest: Remove unreachable return statementJoseph Sutton2022-05-101-1/+0
* wintest: py3 telnet.sendline() doesn't like string with ^ZDouglas Bagnall2019-07-022-3/+3
* PY3: change shebang to python3 in wintest dirJoe Guo2018-12-143-3/+3
* wintest/test-s3: remove unused importsDouglas Bagnall2018-10-251-3/+0
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-09-061-14/+14
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-40/+40
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-242-2/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-1/+1
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-242-3/+3
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-3/+3
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-243-5/+14
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-242-13/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-243-0/+16
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-242-2/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-242-9/+9
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-243-14/+14
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-243-61/+61
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: whitespace fixes in wintest.pyJoe Guo2018-08-241-6/+6
* Fix spelling s/propogate/propagate/Mathieu Parent2018-05-121-6/+6
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-051-3/+3
* wintest: Try harder to make wintest force the telnet server to startAndrew Bartlett2014-03-141-0/+11
* wintest: Try harder to recover from apparent failure to dcpromoAndrew Bartlett2012-11-061-1/+12
* wintest: Give dcpromo more timeAndrew Bartlett2012-10-031-1/+1
* wintest: Give netdom join more time to completeAndrew Bartlett2012-10-032-2/+2
* wintest: Add config file for a second hostAndrew Bartlett2012-10-031-0/+104
* wintest: bump version to 4.1Andrew Bartlett2012-10-031-1/+1
* wintest: Fix --use-ntvfs handlingAndrew Bartlett2012-09-121-1/+3
* wintest: Rework support for the internal DNS serverAndrew Bartlett2012-09-123-38/+54
* wintest: try to fix settings for the internal dns serverStefan Metzmacher2012-09-121-3/+3
* s4 dns: use the internal DNS server per defaultKai Blin2012-09-121-3/+3
* wintest: make use of samba-tool domain provisionStefan Metzmacher2012-09-111-1/+3
* wintest: enable dns forwarding for internal dnsBjörn Baumbach2012-06-212-1/+4
* wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach2012-06-211-5/+5
* wintest: extend get_is_dc function with additional expectationsBjörn Baumbach2012-06-211-1/+1
* wintest: check netcats exitstatus instead of outputBjörn Baumbach2012-06-211-2/+5
* wintest: set recursive queries for internal dnsBjörn Baumbach2012-06-212-1/+5
* wintest: add option to select the dns backendBjörn Baumbach2012-06-212-11/+34
* wintest: set nameserver on a more general placeBjörn Baumbach2012-06-212-2/+2
* wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2012-06-212-1/+8
* wintest: add working bbaumbach.conf file for use with VirtualBoxBjörn Baumbach2012-06-211-0/+97
* wintest: Fix test-s3.py to use smbclient3 under the name smbclientAndrew Bartlett2012-06-051-1/+1
* wintest: use (renamed) smbclient4 tool as smbclientMichael Adam2012-05-312-2/+2
* wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam2012-05-313-43/+53
* wintest: s3fs is now the default in provisionAndrew Bartlett2012-05-251-2/+1