summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/getnc_exop.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12s4/pytest: remove py2 str/bytes workaround in getnc_exopDouglas Bagnall1-2/+2
2023-08-13s4-torture/drs: Add a test matching Azure AD Connect REPL_OBJ behaviourAndrew Bartlett1-1/+24
2023-03-03pytest/getnc_exop: Remove unused variableJoseph Sutton1-1/+0
2023-01-31s4-selftest/drs: Confirm GetNCChanges REPL_OBJ works with a DummyDN and real ...Andrew Bartlett1-6/+74
2023-01-31s4-selftest/drs Allow re-run of DRS tests after failed cleanupAndrew Bartlett1-1/+2
2023-01-31s4-selftest/drs Allow some DRS tests to operate against an IPAndrew Bartlett1-10/+10
2023-01-31s4-selftest/drs Add test of expected return code for invaid DNs in GetNCChangesAndrew Bartlett1-2/+80
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-7/+7
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-1/+1
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-10-25s4/dsdb/pytest/: unused importsDouglas Bagnall1-1/+0
2018-09-15s4/torture/drs/python: ndr_unpack needs bytes samba4.drs.getnc_exopNoel Power1-1/+1
2018-09-06PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall1-1/+1
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/+3
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-41/+41
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-23/+23
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-155/+155
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-8/+8
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-4/+4
2018-08-24PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo1-1/+1
2018-07-13s4/torture/drs/python: use cmp_fn and key=cmp_to_key_fn for py2/py3Noel Power1-5/+7
2018-07-13s4/torture/drs/python: py2/py3 port map / ord usageNoel Power1-5/+8
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-2/+2
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-5/+10
2017-09-18getnc_exop.py: Extend EXOP_REPL_OBJ test case to use GET_TGTTim Beale1-24/+43
2017-09-18getnc_exop.py: Fix GET_TGT behaviour in DRS testsTim Beale1-4/+16
2017-08-29selftest: Confirm privileged replication of an OU is not permittedAndrew Bartlett1-0/+24
2017-08-29selftest: Move get_partial_attribute_set() to DrsBaseTestCaseAndrew Bartlett1-6/+0
2017-07-28getnc_exop.py: Fix typo in function nameTim Beale1-7/+7
2017-02-09torture/drs: expand test for DRSUAPI_DRS_GET_ANCBob Campbell1-22/+301
2017-02-08torture/drs: remove pointless nc_object_count replication checks in test_link...Stefan Metzmacher1-18/+9
2016-12-21torture/drs: test link replication with hwm and utdvBob Campbell1-0/+102
2016-12-21torture/drs: move ExopBaseTest into DrsBaseTest and extendBob Campbell1-67/+29
2016-11-04tests/ridalloc_exop: Add a new suite of tests for RID allocationGarming Sam1-161/+0
2016-11-01tests/getnc_exop: Finish a comment in getnc_exop.pyGarming Sam1-1/+1
2016-11-01tests/getnc_exop: Improve the ridalloc test by performing an alloc against a ...Bob Campbell1-0/+76
2016-08-25tests/getnc_exop: Ensure that attribute list sorting is correctBob Campbell1-1/+3
2016-08-25tests/getnc_exop: PartialAttrSetEx test (passes Windows, fails us)Garming Sam1-2/+98
2016-08-25tests/getnc_exop: Ensure the remote prefixmap is always used (name attr)Garming Sam1-0/+73
2016-08-25tests/getnc_exop: Ensure the remote prefixmap is always used (secret attrs)Garming Sam1-5/+86
2016-08-25tests/getnc_exop: Ensure that all attids are valid in a given PASGarming Sam1-7/+59
2016-08-25tests/getnc_exop: Ensure we do the fallback if not given a PASBob Campbell1-2/+51
2016-06-17tests/drs: change sort order in tests to match WindowsGarming Sam1-3/+3
2016-06-17tests/drs: assert sorted identifier GUIDs across getncchangesGarming Sam1-12/+60
2016-06-17tests/drs: make cleanup more robustGarming Sam1-24/+31