summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2018-04-05selftest: enable py3 for samba.tests.samdb_apiJoe Guo1-10/+10
2018-04-05selftest: enable py3 for samba.tests.kcc.graph_utilsJoe Guo1-1/+1
2018-04-05selftest: enable py3 for samba.tests.kcc.graphJoe Guo1-3/+3
2018-04-05selftest: enable py3 for samba.tests.upgradeJoe Guo1-1/+3
2018-04-05selftest: enable py3 for samba.tests.blackbox.check_outputJoe Guo1-1/+3
2018-04-05selftest: enable py3 for samba.tests.xattrJoe Guo1-3/+3
2018-04-05selftest: enable py3 for samba.tests.posixaclJoe Guo1-3/+3
2018-04-05get make test TESTS=samba.tests.provision to workNoel Power1-1/+1
2018-04-05selftest python: get samba.tests.s3idmapdb to run with py3Noel Power1-2/+2
2018-04-05python selftest: enabled samba.tests.s3registry to run with py3Noel Power1-5/+5
2018-04-05python selftest: enable samba.tests.s3passdb to run with python3Noel Power1-1/+1
2018-04-05python selftest: split samba3 test into separate testsNoel Power5-83/+207
2018-03-23Add tests for dckeytab python moduleDavid Mulder1-0/+56
2018-03-23Add python tests for samba.gpo moduleDavid Mulder1-0/+70
2018-03-23tests/dcerpc/misc.GUID: improve testsJoe Guo1-19/+34
2018-03-23tests/dcerpc/misc.GUID: test that long-form py3 bytes worksDouglas Bagnall1-2/+7
2018-03-23samba python tests: Ensure GUIDTests cover all input formatsNoel Power1-0/+15
2018-03-23s4/selftest: Add simple python netbios test python2 only for the momentNoel Power1-0/+52
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power11-50/+60
2018-03-21tests/samba_dnsupdate: Add a trivial test of automatic site coverageGarming Sam1-0/+54
2018-03-21tests/kcc_util: Add unit tests for automatic site coverageGarming Sam1-0/+352
2018-03-19tests/dsdb.py: test creation of foreignSecurityPrincipal via 'attr: <SID=...>'Stefan Metzmacher1-0/+226
2018-03-19tests/dsdb.py: verify that foreignSecurityPrincipal objects require the provi...Stefan Metzmacher1-4/+42
2018-03-19tests/dsdb.py: prove the difference between linked and non-linked DN referencesStefan Metzmacher1-1/+146
2018-03-06selftest: Change name to sam.ldb to align with new partition module assumptionsGary Lockyer1-1/+1
2018-03-05tests/smbcontrol: reduce ping test false positive rateDouglas Bagnall1-4/+36
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power4-6/+12
2018-02-28python tests: convert oct 'O1234' format to python3 compatible '0o1234'Noel Power2-13/+13
2018-02-24tests/blackbox/smbcontrol: ping tests names ping target upon failureDouglas Bagnall1-1/+2
2018-02-24text/python/blackbox: allow optional message in ProcessErrorDouglas Bagnall1-7/+13
2018-02-24tests: Authenticate again so make sure we are not locked outAndreas Schneider1-0/+10
2018-02-22tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam1-0/+27
2018-02-21tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher1-1/+1
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall8-18/+18
2018-02-15selftest: Avoid a build started around midnight failing (again)Andrew Bartlett1-2/+3
2018-02-15python.subunit: add assertRegexpMatches for Python 2.6Douglas Bagnall1-1/+10
2018-02-15python: tests: Make tests of dsdb Python module Python 3 compatibleLumir Balhar1-11/+12
2018-02-15python: Generate random test usernamesAndreas Schneider1-2/+4
2018-02-12tests/samba-tool user wdigest: fix a flapping testDouglas Bagnall1-3/+2
2018-02-12tests: SambaToolCmdTest.assertMatch() indicates what was assertedDouglas Bagnall1-1/+11
2018-02-09samba-tool rodc: consistently use self.outf, not stdoutDouglas Bagnall1-2/+5
2018-02-09tests/samba_tool user virtualCryptSHA: remove unused py3 incompatible importDouglas Bagnall1-2/+0
2018-02-09tests/password_hash: avoid py3-incompatible md5 moduleDouglas Bagnall1-2/+2
2018-02-09tests/samba-tool user_wdigest: avoid py3-incompatible md5 moduleDouglas Bagnall1-4/+2
2018-02-08samba-tool/tests: Check that dns cleanup does not spuriously remove entriesGarming Sam1-1/+5
2018-02-08tests/samba-tool: dns cleanup should work with a missing nameGarming Sam1-0/+50
2018-02-08samba-tool: add dns cleanup cmdJoe Guo1-0/+103
2018-02-08tests/samba-tool: add tests for samba-tool group move commandBjörn Baumbach1-0/+32
2018-02-08tests/samba-tool: add tests for user move commandBjörn Baumbach1-0/+32
2018-02-08tests/samba-tool: add test for samba-tool user show commandBjörn Baumbach1-0/+22