summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2011-01-05s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.Jelmer Vernooij1-0/+10
2010-12-15Move get_loadparm() and get_credentials() to samba.tests.TestCase.Jelmer Vernooij1-8/+15
2010-12-05s4-python: Add more module docstrings.Jelmer Vernooij10-3/+23
2010-12-05s4-python: Add some more module docstrings.Jelmer Vernooij15-0/+32
2010-11-28samba.tests.hostconfig: Fix import.Jelmer Vernooij1-1/+1
2010-11-28samba.hostconfig: Move samba.shares into samba.hostconfig.Jelmer Vernooij1-0/+0
2010-11-28samba.provision: Add package with provision and backend modules.Jelmer Vernooij1-6/+7
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2-8/+1
2010-11-28samba.tests: Fix formatting.Jelmer Vernooij1-22/+25
2010-11-25s4-tests: Added a common definition of delete_force.Nadezhda Ivanova1-0/+6
2010-11-22s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helperKamen Mazdrashki1-0/+18
2010-11-22s4-samba.tests: Explicitly pass LoadParm() instance to system_session() functionKamen Mazdrashki1-1/+1
2010-11-12unit tests: add testing for dns account password changeMatthieu Patou1-0/+4
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2-8/+10
2010-10-03s4-python-test: Common implementation for getting environment variable valueKamen Mazdrashki1-0/+11
2010-10-03s4-python-test: Implement global connect_samdb() functionKamen Mazdrashki1-0/+46
2010-09-30s4-provision: wipe the old keytabs when provisioningAndrew Tridgell1-3/+13
2010-09-22s4-selftest: Move credentials tests to standard python directory.Jelmer Vernooij1-0/+100
2010-09-22s4-selftest: Move samba3sam test to standard python directory.Jelmer Vernooij1-0/+1092
2010-09-22selftest: Fix idlist running.Jelmer Vernooij2-41/+65
2010-09-22s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij1-4/+3
2010-09-22pygensec: Implement start_mech_by_name().Jelmer Vernooij1-3/+10
2010-09-22ndrdump: Move blackbox test to standard python namespace.Jelmer Vernooij3-0/+41
2010-09-21s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij8-4/+394
2010-09-20rpc_talloc: Update test now that we create fewer references.Jelmer Vernooij1-7/+4
2010-09-20pytestrpc: Be more verbose.Jelmer Vernooij1-4/+6
2010-09-20testrpc: Convert from a single unit test to a simple test script, beJelmer Vernooij1-18/+32
2010-09-20pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij1-1/+1
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-1/+1
2010-09-02s4-pidl: added a test for all generated rpc interfacesAndrew Tridgell1-0/+113
2010-08-26s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell1-45/+59
2010-08-25s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell1-0/+56
2010-07-15s4: Add unit test for increment_calculated_keyversion_numberMatthieu Patou1-1/+25
2010-07-15s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou1-1/+25
2010-07-15s4 dsdb: Use the changereplmetadata controlMatthieu Patou1-11/+78
2010-07-10s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher1-2/+3
2010-06-25s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou1-2/+11
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell19-19/+19
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer1-3/+0
2010-06-20Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij1-10/+15
2010-06-20Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij3-28/+31
2010-06-20samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij1-1/+1
2010-06-20s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij1-3/+3
2010-06-20s4 unittests: add unit tests for upgradehelpersMatthieu Patou2-4/+19
2010-06-20s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2-89/+194
2010-06-20s4 python: Update unit tests related to create secretsMatthieu Patou1-0/+13
2010-06-20s4 python: Add unit tests for upgradeprovision related stuffMatthieu Patou1-0/+161
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij14-32/+42
2010-06-19samba.tests.samba3: Clean up imports, use new TestCase class.Jelmer Vernooij1-13/+38
2010-06-19ntacls: Raise TestSkipped rather than writing to stdout.Jelmer Vernooij1-16/+15