summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/repl_schema.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-1/+1
2023-01-31s4-selftest/drs Allow some DRS tests to operate against an IPAndrew Bartlett1-8/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-2/+2
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-08-24PEP8: fix W293: blank line contains whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-3/+3
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
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-08-24PEP8: fix E714: test for object identity should be 'is not'Joe Guo1-2/+2
2018-07-13s4/torure/drs/python: Fix incorrect use of unicode which doesn't exist in py3Noel Power1-1/+1
2018-06-28s4/torture/drs/python: don't double-call enable/disable replicationDouglas Bagnall1-3/+0
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-3/+6
2017-06-15dsdb: Ensure replication of renames works in schema partitionAndrew Bartlett1-0/+31
2017-02-14torture/drs: Add a test for dn+binary linked attributesBob Campbell1-4/+65
2017-02-14torture/drs: run repl_schema in vampire_2000_dc environment as wellBob Campbell1-7/+13
2017-02-14torture/drs: generate linkID for test rather than specifyingBob Campbell1-1/+1
2016-08-11selftest: Move repl_schema test to a distinct OID prefixAndrew Bartlett1-13/+13
2016-07-28msds_intid: Add test for schema linked attributesGarming Sam1-1/+86
2016-07-19selftest: Disable all replication during most replication testsAndrew Bartlett1-6/+6
2016-07-19selftest: Make repl_schema more robust by disabling replication before the testAndrew Bartlett1-6/+13
2016-06-06repl: Retry replication of the schema on WERR_DS_DRA_SCHEMA_MISMATCHAndrew Bartlett1-3/+41
2016-06-06selftest: Use random OIDs from under the Samba OID arcAndrew Bartlett1-12/+14
2013-05-14selftests-drs: make our generated class subclass of classschemaMatthieu Patou1-1/+2
2013-02-22torture-drs: Make the samba4.drs.repl_schema.python emit failures, not errors...Andrew Bartlett1-1/+5
2011-02-27s4/drs-test: Remove unused importsKamen Mazdrashki1-7/+0
2011-02-20s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki1-45/+2
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij1-1/+1
2010-12-15s4-test/repl_schema: remove unused and commented out codeKamen Mazdrashki1-3/+0
2010-12-15s4-test/repl_schema: Make sure every object is with unique nameKamen Mazdrashki1-2/+5
2010-12-15s4-test/repl_schema: use 'top' as default base class for our test classSchema...Kamen Mazdrashki1-1/+1
2010-12-15s4-test/repl_schema: New test to test a classSchema with custom attributeKamen Mazdrashki1-0/+24
2010-12-02s4-test/repl_schema: Test class inheritance through subClassOfKamen Mazdrashki1-1/+26
2010-12-02s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to usKamen Mazdrashki1-0/+1
2010-12-02s4-test/repl_schema: Test classSchema and attributeSchema replication in sepa...Kamen Mazdrashki1-0/+18
2010-12-01s4-test/schema: Extend the test to replicate a Class with Attribute with "may...Kamen Mazdrashki1-2/+10
2010-11-29s4-repl_schema: fixed ldb exception handlingAndrew Tridgell1-2/+4
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-4/+6
2010-11-23s4-test/repl_schema: Refactor the test a little bit toKamen Mazdrashki1-31/+59
2010-11-22s4-test/repl_schema: Remote global ldb connectionsKamen Mazdrashki1-25/+7
2010-11-11s4-test: repl_schema - Make sure LdbError and ERR_NO_SUCH_OBJECT are visibleKamen Mazdrashki1-0/+1
2010-11-08s4-test: Initial implementation for Schema replication black box testKamen Mazdrashki1-0/+174