summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/delete_object.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-03pytest/delete_object: Remove unused variablesJoseph Sutton1-2/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-13/+13
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-09-15s4/torture/drs: port samba4.drs.delete_object test for py2/py3Noel Power1-5/+5
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-2/+3
2016-07-19selftest: Disable all replication during most replication testsAndrew Bartlett1-4/+4
2016-07-19selftest: Disable replication before doing forced pre-test replicateAndrew Bartlett1-3/+3
2016-06-06selftest: Assert that name, the RDN attribute and actual RDN are in syncAndrew Bartlett1-2/+10
2013-07-30dsdb tests: Add member/memberOf checking to delete_objects testingAndrew Bartlett1-21/+257
2013-07-25torture/drs: Expand an error message to aid debuggingAndrew Bartlett1-1/+1
2011-02-27s4/drs-test: Remove unused importsKamen Mazdrashki1-4/+0
2011-02-27s4/drs-test: remove netReplicateCmd test from 'deleted object' test caseKamen Mazdrashki1-10/+4
2011-02-27s4/drs-tests: Disable replication during 'deleted object' testKamen Mazdrashki1-17/+10
2011-02-20s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki1-44/+2
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-25s4-test/delete_object: Remove global ldb connectionsKamen Mazdrashki1-26/+7
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij1-1/+1
2010-12-02s4-test/delete_object: Remove unused importsKamen Mazdrashki1-3/+4
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-4/+4
2010-10-03s4-test-delete_object.py: Use common implementation for env_get_var_value()Kamen Mazdrashki1-8/+2
2010-10-03s4-test-delete_object.py: Use common implementation for connect_samdb()Kamen Mazdrashki1-20/+2
2010-10-01delete_object: Remove unnecessary pass calls.Jelmer Vernooij1-7/+0
2010-09-26s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB connec...Kamen Mazdrashki1-2/+3
2010-09-22s4-drs-test: Relax a check that may possibly failKamen Mazdrashki1-1/+7
2010-08-30s4-drs-test: Skip a check that may possibly failKamen Mazdrashki1-1/+7
2010-08-30s4-drs-test: Use dns hostnames to run 'net drs replicate' commandKamen Mazdrashki1-5/+5
2010-06-28s4/drs-test: Add few comments in DrsDeleteObjectTestCase testKamen Mazdrashki1-3/+10
2010-06-26s4/drs-test: Fix whitespaces and permissions for delete_object.py testKamen Mazdrashki1-5/+5
2010-06-25s4/drs-test: Tests Deleted objects replicationKamen Mazdrashki1-0/+222