summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/tombstone_reanimation.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-2/+2
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-3/+3
* tests: Split out setUp code into separate function for reuseTim Beale2018-05-111-12/+4
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-12/+13
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-6/+12
* s4:dsdb/tests: add RestoreUserPwdObjectTestCase testStefan Metzmacher2016-07-091-0/+207
* s4:dsdb/tests: improve the RestoreUserObjectTestCase testStefan Metzmacher2016-07-091-7/+192
* s4:dsdb/tests: improve tombstone_reanimation varificationsStefan Metzmacher2016-07-091-14/+20
* s4:dsdb/tests: make tombstone_reanimation.py executableStefan Metzmacher2016-07-091-0/+0
* s4:dsdb/tests: make use assertAttributesEqual() in RestoreUserObjectTestCase()Stefan Metzmacher2016-07-091-1/+1
* dsdb-tests: Give more helpful information about attribute differencesAndrew Bartlett2015-03-201-1/+3
* dsdb: fix error message in tombstone_reanimation test.Michael Adam2015-03-171-3/+3
* s4-dsdb/tests: Assert on expected set of attributes for restored objectsKamen Mazdrashki2015-02-031-5/+104
* s4-dsdb/tests: Do not pre-create LoadParm - connect_samdb_env() will handle itKamen Mazdrashki2015-02-031-5/+1
* s4-dsdb-test: Use common base method for restoring Deleted objectsKamen Mazdrashki2015-02-031-25/+14
* s4-dsdb/test: Delete any leftover objects in the beginning of Cross-NC testKamen Mazdrashki2015-02-031-2/+4
* s4-dsdb-test/reanimate: Fix whitespaces according to PEP8Kamen Mazdrashki2015-02-031-20/+19
* s4-dsdb-tests: Move base tests for Tombstone reanimation in tombstone_reanima...Kamen Mazdrashki2015-02-031-1/+179
* s4-dsdb-test: Initial implementation for Tombstone restore test suiteKamen Mazdrashki2015-02-031-0/+285