summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-03python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher1-11/+2
2015-07-03python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher1-0/+12
2015-07-03python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher1-6/+10
2015-07-03python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2-14/+12
2015-06-12KCC: ldif_import_export tests dotfiles have contentsDouglas Bagnall1-6/+11
2015-06-12KCC: ldif_import_export tests checks the dot-filesDouglas Bagnall1-0/+23
2015-06-12KCC: ldif_import_export tests use samba.tests.TestCaseInTempDirDouglas Bagnall1-19/+21
2015-06-12KCC: add tests for kcc.graph repltimes functionsDouglas Bagnall1-3/+34
2015-06-12KCC: beginning of tests for kcc.graphDouglas Bagnall1-0/+39
2015-06-12KCC: add a very puny stub for kcc.kcc_utils testsDouglas Bagnall1-0/+37
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall1-3/+0
2015-06-12KCC move and fix ldif_import_export and graph_utils testsDouglas Bagnall2-27/+17
2015-06-12KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.pyDouglas Bagnall1-0/+0
2015-06-12KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall1-0/+0
2015-06-12KCC: add multi-site ldif to ldif_import_export test suiteDouglas Bagnall1-0/+56
2015-06-12KCC: test stub for KCC objectDouglas Bagnall1-0/+80
2015-06-12KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall1-3/+3
2015-05-30KCC: tests/ldif_utils tests ldif importDouglas Bagnall1-5/+30
2015-05-30KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftestDouglas Bagnall1-0/+99
2015-05-29KCC: test suite for the graph_utilsDouglas Bagnall1-0/+162
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2015-03-31doc: "prune stale" and "sequence timeout" fssd parametersDavid Disseldorp1-1/+1
2015-03-17python: Remove ntdb referencesVolker Lendecke1-3/+0
2015-03-17autobuild: Remove ntdb targetVolker Lendecke2-2/+2
2015-03-17Remove ntdb from scriptsVolker Lendecke2-2/+2
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam2-2/+2
2015-03-16selftest: rename env plugin_s4_dc to ad_dcMichael Adam1-4/+4
2015-03-12selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam1-4/+28
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3
2015-03-06Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij1-1/+1
2015-03-06Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij1-0/+4
2015-03-06Add replacement addCleanup.Jelmer Vernooij1-0/+11
2015-03-06Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij1-0/+8
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2-3/+7
2015-03-06Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij4-13/+11
2015-03-06Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij1-11/+8
2015-03-06Fix copyright headers for python/samba/subunit.Jelmer Vernooij1-0/+4
2015-03-06subunitrun: Use new samba.subunit.run module.Jelmer Vernooij1-10/+2
2015-02-17rpc_talloc: Update instructions to use standard unittest runner.Jelmer Vernooij1-1/+1
2015-02-03s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki1-0/+21
2015-02-03s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki1-2/+2
2015-02-01python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher1-1/+0
2015-01-16samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt1-0/+1
2014-12-22dns.py: Always remove the test zone in tearDown()Andrew Bartlett1-0/+8
2014-12-22dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero1-0/+78
2014-12-08s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki1-1/+1