summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/fsmo.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-1/+1
2018-09-03python/samba/tests: Port fsmo test to python3Noel Power1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2016-08-04tests:samba_tool: pass stdout and stderr to assertCmdSuccess()Stefan Metzmacher1-1/+1
2016-06-16samba-tool: Improve fsmo handlingAndrew Bartlett1-1/+21
2016-06-01samba-too: Allow 'samba-tool fsmo' to cope with empty or missing fsmo rolesRowland Penny1-0/+29