summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2018-07-05selftest: Use self.account_lockout_duration in self.update_lockout_settings f...Andrew Bartlett1-2/+3
2018-07-03tests: Add a sub-set of tests to show the restored DC is soundTim Beale1-0/+184
2018-07-03join: Rename dc_join() so it looks like an objectTim Beale1-6/+7
2018-06-20tests: Increase PSO test timeouts to minimise failuresTim Beale1-1/+5
2018-06-20tests: Increase minPwdAge used for PSO testsTim Beale1-3/+3
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-2/+2
2018-05-30selftest: Lock down the expected parents in BasicTreeDeleteTestsAndrew Bartlett1-4/+150
2018-05-30selftest: Rework BasicDeleteTests.test_all() into setUp() and a testAndrew Bartlett1-75/+78
2018-05-30tests: Fix intermittent error in PSO testTim Beale1-0/+3
2018-05-23tests: Add tests for domain pwdHistoryLengthTim Beale1-0/+62
2018-05-23tests: Extend PSO tests to cover password-history/length/complexityTim Beale1-5/+0
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power8-65/+65
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-6/+6
2018-05-12s4/dsdb/tests: py2/py3 compatability replace xrange with rangeNoel Power2-3/+3
2018-05-11tests: Add test for password-lockout via SAMR RPCTim Beale1-0/+117
2018-05-11tests: Add PSO test case to existing password_lockout testsTim Beale2-20/+64
2018-05-11tests: Add comments to help explain password_lockout testsTim Beale1-0/+11
2018-05-11tests: Add tests for Password Settings ObjectsTim Beale1-0/+802
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale4-60/+17
2018-05-05perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall1-4/+9
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power2-5/+5
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-2/+2
2018-04-12dsdb: check for dSHeuristics more carefullyAndrew Bartlett1-6/+25
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power24-193/+225
2018-03-13CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme1-0/+49
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power19-452/+904
2018-02-19python/tests/sites: ensure we can't manipulate subnets as non-adminDouglas Bagnall1-1/+87
2018-02-19subnet: Avoid a segfault when renaming subnet objectsGarming Sam1-0/+45
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall7-19/+19
2018-01-09selftest: close connections after tests in samba4.ldap.rodc_rwdc.pythonJamie McClymont2-0/+17
2018-01-08selftest: close connections after tests in samba4.ldap.secdesc.pythonJamie McClymont1-0/+5
2018-01-08selftest: close connections after tests in samba4.ldap.acl.pythonJamie McClymont1-0/+32
2017-10-26linked attribute tests: correct add_all_at_once testDouglas Bagnall1-8/+5
2017-10-26linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall1-20/+29
2017-10-26linked attribute tests: fix logic for add testDouglas Bagnall1-0/+2
2017-10-26linked attribute tests: ensure duplicate deletes failDouglas Bagnall1-0/+5
2017-10-26linked attribute tests: test against duplicates in replaceDouglas Bagnall1-0/+10
2017-08-29selftest: Make dirsync test use symobolic name and OA not AAndrew Bartlett1-2/+3
2017-08-29dsdb: Use samba.generate_random_password() in dirsync testAndrew Bartlett1-1/+1
2017-06-23add provision performance testsDouglas Bagnall1-0/+129
2017-06-23perftest: add a new medley testDouglas Bagnall1-0/+501
2017-06-16selftest: Fix failure message in dsdb_schema_infoAndrew Bartlett1-2/+2
2017-06-15dsdb/tests/ldap: test single valued linked attributesDouglas Bagnall1-0/+67
2017-06-15s4/linked_attribute tests: test duplicate valuesDouglas Bagnall1-1/+19
2017-06-15dsdb/tests/ldap: multivalued attributesDouglas Bagnall1-0/+72
2017-05-30tests/rodc: Check that new passwords trigger wiping on RODCGarming Sam1-0/+34
2017-05-30tests/rodc: Check SID restriction for SendToSamGarming Sam1-0/+72
2017-05-30tests/rodc: Add password lockout tests with RODC-auth, RWDC-checkGarming Sam2-32/+504
2017-05-30tests/rodc: Test for NTLM wrong password forwardingGarming Sam1-1/+3
2017-05-30tests/password_lockout: Remove unused users from baseGarming Sam2-12/+14