summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/fsmo.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-4/+4
2021-06-20python: Streamline option parser of python toolsAndreas Schneider1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-1/+1
2019-05-30s4:torture:fsmo.py: remove unused 'net_cmd' variableBjörn Baumbach1-2/+0
2019-05-30s4:torture:fsmo.py: test role transfers of dns partitionsBjörn Baumbach1-0/+10
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall1-3/+3
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-1/+1
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 E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-3/+3
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2017-07-28selftest: Use get_creds_ccache_name() in fsmo.pyAndrew Bartlett1-3/+2
2016-08-04tests:samba_tool: pass stdout and stderr to assertCmdSuccess()Stefan Metzmacher1-1/+1
2016-06-16samba-tool: Improve fsmo handlingAndrew Bartlett1-7/+23
2013-01-17torture: Fix fsmo test to use correct -H samba-tool syntaxAndrew Bartlett1-2/+2
2011-03-29s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell1-2/+2
2011-02-20s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki1-35/+2
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-03remove unnecessary use of pass.Jelmer Vernooij1-8/+0
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij1-1/+1
2010-12-02s4-test/fsmo: Remove unused importsKamen Mazdrashki1-2/+0
2010-11-27s4:torture/drs/python/fsmo.py - fix comments and an error messageMatthias Dieter Wallnöfer1-3/+3
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-3/+3
2010-10-03s4-test-fsmo.py: Implement kind of busy-wait for role transferKamen Mazdrashki1-18/+36
2010-10-03s4-test-fsmo.py: Use common implementation for env_get_var_value()Kamen Mazdrashki1-8/+2
2010-10-03s4-test-fsmo.py: Use common implementation for connect_samdb()Kamen Mazdrashki1-22/+2
2010-09-26s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connectionsKamen Mazdrashki1-2/+3
2010-09-19s4/fsmo: Naming master support addedAnatoliy Atanasov1-0/+4
2010-09-15s4/fsmo: Extended fsmo test with infrastructure, pdc and rid rolesAnatoliy Atanasov1-21/+44
2010-09-10s4/fsmo: Added python tests for schema master transfer opAnatoliy Atanasov1-0/+152