summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/ridalloc_exop.py
Commit message (Expand)AuthorAgeFilesLines
* selftest/drs: Demonstrate ERROR(ldb): uncaught exception - Deleted target CN=...Andrew Bartlett2023-03-141-0/+135
* pytest/ridalloc_exop: Remove unused variablesJoseph Sutton2023-03-031-8/+0
* pytests:s4/drs/ridalloc_exop: avoid unused importsDouglas Bagnall2022-09-161-3/+0
* tests: Use --configfile instead of -sAndreas Schneider2021-04-281-2/+2
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-3/+3
* PY3: change shebang to python3 in source4/torture dirJoe Guo2018-12-141-1/+1
* PEP8: improve formatting around various operatorsDouglas Bagnall2018-08-241-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+3
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-9/+9
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-12/+11
* drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-2/+4
* drs torture python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* selftest: Remove unused import in ridalloc_exop.pyAndrew Bartlett2017-07-281-1/+0
* selftest: Use self.runsubcmd() to run samba-tool for _test_force_demote in ri...Andrew Bartlett2017-07-281-6/+6
* selftest: Use self.runsubcmd() to run samba-tool for _test_join in ridalloc_e...Andrew Bartlett2017-07-281-8/+8
* torture/drs: move ExopBaseTest into DrsBaseTest and extendBob Campbell2016-12-211-39/+1
* tests/ridalloc_exop: Add a new suite of tests for RID allocationGarming Sam2016-11-041-0/+714