summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/getncchanges.py
AgeCommit message (Expand)AuthorFilesLines
2024-08-28s4:drs:test:getncchanges skips some tests with reserved_usn = 0Douglas Bagnall1-0/+37
2024-08-28s4:drs:test:getncchanges: remove timeout failureDouglas Bagnall1-5/+0
2024-08-28s4:drs:tests: repeat getncchanges test with zero reserved_usnDouglas Bagnall1-0/+12
2024-08-28s4:drs:test:getncchanges: add a timeout failureDouglas Bagnall1-0/+5
2023-10-25s4:torture: Fix code spellingJoseph Sutton1-1/+1
2023-10-13s3:script: Remove semicolonsJoseph Sutton1-2/+2
2023-08-13s4-torture/drs: Add test showing that if present in the set the NC root leads...Andrew Bartlett1-0/+147
2023-08-13s4-torture/drs: Add test demonstrating that a GetNCChanges REPL_OBJ will not ...Andrew Bartlett1-0/+55
2023-08-13s4-torture/drs: Use addCleanup() in getchanges.py for OU handlingAndrew Bartlett1-10/+2
2023-08-13s4-torture/drs: Create temp OU with a unique name per testAndrew Bartlett1-1/+2
2023-08-13s4-torture/drs: Save the server dnsname on the DcConnection objectAndrew Bartlett1-0/+1
2023-01-31s4-selftest/drs: Confirm GetNCChanges full replication works with a DummyDN a...Andrew Bartlett1-2/+50
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-1/+1
2019-07-02tests: Add getncchanges test for cross-partition links + TGTTim Beale1-1/+27
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-09-15s4/torture/drs/python: py2/py3 porting needed for samba4.drs.getncchangesNoel Power1-1/+1
2018-08-17Fix PEP8 warning E501 line too longTim Beale1-53/+84
2018-08-17Fix PEP8 warning W291 trailing whitespaceTim Beale1-1/+1
2018-08-17Fix PEP8 warning E303 too many blank linesTim Beale1-1/+0
2018-08-17Fix PEP8 warning E302 expected 2 blank linesTim Beale1-0/+1
2018-08-17Fix PEP8 warning E225 missing whitespace around operatorTim Beale1-6/+6
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-1/+2
2018-05-11tests: Move repeated code into a helper functionTim Beale1-8/+1
2018-03-23s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power1-0/+1
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2017-09-18replmd: Allow missing targets if GET_TGT has already been setTim Beale1-1/+23
2017-09-18getncchanges.py: Add a multi-valued linked attribute testTim Beale1-0/+53
2017-09-18getncchanges.py: Add a test for dropped cross-partition linksTim Beale1-30/+146
2017-09-18getncchanges.py: Add test for replicating reanimated objectsTim Beale1-10/+114
2017-09-18getncchanges.py: Add tests for object deletion during replicationTim Beale1-0/+60
2017-09-18getncchanges.py: Add test for GET_ANC and GET_TGT combinedTim Beale1-2/+136
2017-09-18getncchanges.py: Add test for adding links during replicationTim Beale1-0/+47
2017-09-18getncchanges.py: Add some GET_TGT test casesTim Beale1-24/+191
2017-08-18getncchanges.py: Add test for GET_ANC and linked attributesTim Beale1-24/+126
2017-08-18getncchanges.py: Add GET_ANC replication test caseTim Beale1-8/+187
2017-08-18getncchanges.py: Add a new test for replicationTim Beale1-0/+147