summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/drs_base.py
AgeCommit message (Expand)AuthorFilesLines
14 dayss4:torture: Retry DsExecuteKCC on NT_STATUS_DS_BUSYAndreas Schneider1-0/+19
2025-05-26s4:torture:drs: Pass through unused parametersJennifer Sutton1-1/+2
2024-08-28s4:drs:tests: add hook for changing highwatermarkDouglas Bagnall1-0/+7
2023-02-23selftest: source4: fix mutable default argumentsRob van der Linde1-3/+13
2023-01-31s4-selftest/drs: Confirm GetNCChanges REPL_SECRET works with a DummyDN and re...Andrew Bartlett1-1/+3
2023-01-31s4-selftest/drs Allow some DRS tests to operate against an IPAndrew Bartlett1-2/+5
2023-01-31s4-selftest/drs Add test of expected return code for invaid DNs in GetNCChangesAndrew Bartlett1-1/+3
2021-06-20python: Streamline option parser of python toolsAndreas Schneider1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-4/+4
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-7/+7
2019-04-11repl: test for schema object and LA repl across chunksAaron Haslett1-8/+12
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-11-23tests: Fix flappiness in DRS tests due to RID Set changingTim Beale1-2/+13
2018-11-23tests: Add better error for DRS testsTim Beale1-3/+3
2018-09-15s4/torture/drs: py2/py3 compat changes for test samba4.drs.fsmoNoel Power1-5/+5
2018-09-15s4/torture/drs/python: make test code run in py2/py3Noel Power1-1/+2
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-3/+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-5/+5
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-07-13s4/torture/drs/python: xrange -> range for py2/py3 compatNoel Power1-1/+1
2018-07-13s4/torture/drs/python: long is not used in py3Noel Power1-1/+1
2018-07-13s4/torture/drs/python: use cmp_fn for cmp (for py2/py3 compat)Noel Power1-3/+3
2018-07-13s4/torture/drs/python: Py2/Py2 fix tab/space also incorrect unicode usageNoel Power1-7/+7
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-6/+7
2018-02-15tests/drs_base: Allow the net drs replicate to try with a single objectGarming Sam1-1/+4
2017-10-20selftest: Print link meta-data when developer debugging is usedTim Beale1-3/+15
2017-09-18getncchanges.py: Add test for GET_ANC and GET_TGT combinedTim Beale1-2/+2
2017-09-18getncchanges.py: Add some GET_TGT test casesTim Beale1-5/+21
2017-09-18getnc_exop.py: Fix GET_TGT behaviour in DRS testsTim Beale1-1/+2
2017-08-29selftest: Move get_partial_attribute_set() to DrsBaseTestCaseAndrew Bartlett1-0/+7
2017-08-29selftest: encrypt the LDAP connection in drs_base.pyAndrew Bartlett1-1/+3
2017-08-18getncchanges.py: Add test for GET_ANC and linked attributesTim Beale1-15/+31
2017-08-18getncchanges.py: Add GET_ANC replication test caseTim Beale1-0/+25
2017-08-18getncchanges.py: Add a new test for replicationTim Beale1-19/+51
2017-07-28getnc_exop.py: Fix typo in function nameTim Beale1-1/+1
2017-07-28selftest: Add and use new helper function get_creds_ccache_name()Andrew Bartlett1-3/+1
2017-07-28selftest: Use new --krb5-ccache in drs_base.pyAndrew Bartlett1-2/+8
2017-07-28selftest: Port DrsBaseTestCase._{en,dis}able_all_repl() to self.runsubcmd()Andrew Bartlett1-17/+13
2017-07-28selftest: Port DrsBaseTestCase._disable_inbound_repl() to self.runsubcmd()Andrew Bartlett1-2/+5
2017-07-28selftest: Port DrsBaseTestCase._enable_inbound_repl() to self.runsubcmd()Andrew Bartlett1-2/+5
2017-07-28selftest: Port DrsBaseTestCase._net_drs_replicate() to self.runsubcmd()Andrew Bartlett1-7/+19
2017-03-13drsbase: use credentials if suppliedGarming Sam1-2/+4
2016-12-21torture/drs: move ExopBaseTest into DrsBaseTest and extendBob Campbell1-1/+323
2016-07-19selftest: Disable all replication during most replication testsAndrew Bartlett1-0/+14