summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/repl_move.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-5/+5
2023-03-03pytest/repl_move: Remove unused variablesJoseph Sutton1-67/+50
2023-01-31s4-selftest/drs Allow some DRS tests to operate against an IPAndrew Bartlett1-9/+2
2022-09-16pytests:s4/drs/repl_move: avoid unused and star importsDouglas Bagnall1-2/+34
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-69/+69
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-09-15s4/torture/drs: py2/py3 compat for test samba4.drs.repl_moveNoel Power1-8/+8
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-2/+2
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-25/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-07-13s4/torture/drs: ndr_upack needs bytes in py3 (samba4.drs.repl_move)Noel Power1-1/+1
2018-05-30selftest: Use samba.tests.create_test_ou() in repl_move testsAndrew Bartlett1-28/+64
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-17/+18
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2016-07-19selftest: Disable all replication during most replication testsAndrew Bartlett1-8/+8
2016-07-19selftest: Ensure we can call DRSUAPI_EXOP_REPL_OBJ with replication disabledAndrew Bartlett1-1/+1
2016-07-19selftest: Make repl_move more robust by disabling replication before the testAndrew Bartlett1-8/+10
2016-07-08s4:torture/drs: verify the whole metadata array to be the same in the repl_mo...Stefan Metzmacher1-22/+0
2016-06-07selftest: Add a reverse variation to ReplicateMoveObject3Andrew Bartlett1-0/+180
2016-06-07selftest: Assert replPropertyMetaData values before and after replicationAndrew Bartlett1-49/+916
2016-06-07selftest: Add more tests to cover attribute changes vs DN renamesAndrew Bartlett1-15/+645
2016-06-06selftest: Assert that name, the RDN attribute and actual RDN are in syncAndrew Bartlett1-2/+8
2016-06-06selftest: initial version of new repl_move testAndrew Bartlett1-0/+923