summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/ridalloc_exop.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-05dsdb: Remove calls to ldb.set_opaque_integer()Andrew Bartlett1-2/+2
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-3/+3
2023-03-14selftest/drs: Demonstrate ERROR(ldb): uncaught exception - Deleted target CN=...Andrew Bartlett1-0/+135
2023-03-03pytest/ridalloc_exop: Remove unused variablesJoseph Sutton1-8/+0
2022-09-16pytests:s4/drs/ridalloc_exop: avoid unused importsDouglas Bagnall1-3/+0
2021-04-28tests: Use --configfile instead of -sAndreas Schneider1-2/+2
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-3/+3
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+3
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-2/+2
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-9/+9
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-12/+11
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-2/+4
2018-02-15drs torture python: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-07-28selftest: Remove unused import in ridalloc_exop.pyAndrew Bartlett1-1/+0
2017-07-28selftest: Use self.runsubcmd() to run samba-tool for _test_force_demote in ri...Andrew Bartlett1-6/+6
2017-07-28selftest: Use self.runsubcmd() to run samba-tool for _test_join in ridalloc_e...Andrew Bartlett1-8/+8
2016-12-21torture/drs: move ExopBaseTest into DrsBaseTest and extendBob Campbell1-39/+1
2016-11-04tests/ridalloc_exop: Add a new suite of tests for RID allocationGarming Sam1-0/+714