summaryrefslogtreecommitdiff
path: root/python/samba/tests/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-05python/tests: helper function for checking --help consistencyDouglas Bagnall1-0/+118
2019-07-02provision tests: Add --backend-store-size option.Gary Lockyer1-0/+17
2019-06-07Revert TestCaseInSubDir parts of "downgradedatabase: blackbox test"Andrew Bartlett1-7/+2
2019-05-29downgradedatabase: blackbox testAaron Haslett1-2/+7
2019-05-01pytests: slightly better errors in Testcase.insta_creds()Douglas Bagnall1-3/+4
2019-01-08python/tests: add TestCaseInTempdir.mktemp()Douglas Bagnall1-1/+16
2019-01-08python/tests/blackbox: check_exit_code() explains by defaultDouglas Bagnall1-0/+2
2018-12-10python/samba/tests: PY3 make sure traffic_learner is called with correct pythonNoel Power1-3/+8
2018-12-10python/samba/test: Make sure traffic_replay is called with correct pythonNoel Power1-1/+1
2018-11-27tests: Handle backup command exceptions as test failures, not errorsTim Beale1-0/+1
2018-11-14python/samba/tests: Ensure samba_dnsupdate called with correct python versionNoel Power1-1/+2
2018-11-01pytests: allow blackbox subcommands without a shellDouglas Bagnall1-13/+33
2018-10-25python/tests/__init__: import what we needDouglas Bagnall1-4/+2
2018-10-23python/samba/tests: make sure samba-tool is called with ${PYTHON}Noel Power1-0/+3
2018-10-19python tests Blackbox: add random_passwordGary Lockyer1-0/+13
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-2/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-17python/samba/tests: fix SamDB dummy replacementJoe Guo1-1/+3
2018-07-23python/samba/tests: make sure samba.tests can be imported without SamDBAlexander Bokovoy1-1/+6
2018-07-13python/samba/tests: remove Py2 specific imports.Noel Power1-6/+4
2018-07-13python/samba/tests: Py2/Py3 port for hexdumpNoel Power1-5/+13
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-1/+1
2018-05-11tests: Move repeated code into a helper functionTim Beale1-0/+13
2018-04-05selftest: enable py3 for samba.tests.upgradeJoe Guo1-1/+3
2018-02-24text/python/blackbox: allow optional message in ProcessErrorDouglas Bagnall1-7/+13
2018-02-15python.subunit: add assertRegexpMatches for Python 2.6Douglas Bagnall1-1/+10
2018-01-13python tests: assert string equality, with diffDouglas Bagnall1-0/+23
2017-10-19python: use communicate to fix Popen deadlockJoe Guo1-6/+8
2017-08-17blackbox tests: method to check specific exit codesGary Lockyer1-3/+12
2017-07-28selftest: Add and use new helper function get_creds_ccache_name()Andrew Bartlett1-0/+7
2017-06-15python/test: delete_force() passes on command line argsDouglas Bagnall1-2/+2
2017-04-05TestBase: restore setting FEATURE_SEAL in insta_credsGary Lockyer1-1/+2
2017-03-29TestBase: move insta_creds from password_lockout.pyGary Lockyer1-0/+31
2017-03-10python: samba.gensec: Port module to Python 3 compatible formLumir Balhar1-1/+0
2017-03-10python: samba.tests: Move import of ported modules out of PY3 conditionLumir Balhar1-2/+2
2017-03-10python: Make top-level samba modules Python 3 compatibleLumir Balhar1-11/+15
2017-03-10python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar1-834/+0
2016-10-26python/tests: add a second_connection() helper functionStefan Metzmacher1-0/+20
2016-10-26python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.pyStefan Metzmacher1-2/+8
2016-10-26python:tests: add more helper functions to RawDCERPCTestStefan Metzmacher1-66/+354
2016-10-26python/tests: do tests to verify spnego various auth_levelsStefan Metzmacher1-2/+9
2016-04-12CVE-2015-5370: python/samba/tests: add infrastructure to do raw protocol test...Stefan Metzmacher1-0/+525
2015-10-26samba-tool: Add new command 'samba-tool drs clone-dc-database'Andrew Bartlett1-1/+1
2015-07-03python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher1-0/+12