summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/replica_sync.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-1/+1
2023-03-03pytest/replica_sync: Remove unused variableJoseph Sutton1-1/+1
2021-09-28s4/torture/drs/python: Fix attribute existence checkJoseph Sutton1-1/+1
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-4/+4
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-09-15s4/torture/drs/python: make test code run in py2/py3Noel Power1-8/+8
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-4/+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-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-28/+28
2018-05-30selftest: Use samba.tests.create_test_ou() in replica_sync testsAndrew Bartlett1-33/+42
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-28/+29
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-2/+4
2018-02-15tests/replica_sync: Add some additional replication in setUpGarming Sam1-0/+2
2017-09-26selftest: Add test for a re-animated object conflictTim Beale1-0/+63
2017-09-26selftest: Windows resolves object conflicts differently to SambaTim Beale1-0/+80
2017-09-26selftest: replica_sync did not fully cleanup if test failedTim Beale1-11/+15
2017-07-28selftest: Use self.runsubcmd() in DrsReplicaSyncTestCaseAndrew Bartlett1-6/+17
2017-04-22selftest: Do not enable inbound replication during replica_syncAndrew Bartlett1-51/+0
2016-06-06selftest: Assert that name, the RDN attribute and actual RDN are in syncAndrew Bartlett1-0/+17
2016-06-06selftest: Add another test case to replica_sync testAndrew Bartlett1-0/+110
2016-06-06selftest: Make replica_sync test pass against Windows 2012R2Andrew Bartlett1-87/+115
2013-05-28torture: Add tests of rename behaviour to replica_sync.pyAndrew Bartlett1-0/+104
2013-02-22torture-drs: Fix comment in replica_sync testAndrew Bartlett1-1/+1
2012-07-31s4-repl: Add tests for add replication conflicts and use of LostAndFoundAndrew Bartlett1-0/+301
2012-06-11s4-selftest: Test samba-tool drs replicate --local --full-syncAndrew Bartlett1-0/+6
2011-02-27s4/drs-test: Remove unused importsKamen Mazdrashki1-14/+0
2011-02-27s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ...Kamen Mazdrashki1-12/+0
2011-02-20s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki1-0/+91