summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett1-1/+5
2011-06-02samba3sam.py: don't assume order of ldb results.Rusty Russell1-142/+164
2011-05-21s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou1-2/+2
2011-05-18selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2-0/+135
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou1-1/+1
2011-02-20s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki1-2/+2
2011-02-20s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki1-0/+13
2011-02-09s4/tests: Implement a blackbox test for 'samba-tool drs' commandKamen Mazdrashki1-0/+100
2011-02-09s4/tests: Move command line processing into separate method to be reusedKamen Mazdrashki1-6/+6
2011-02-09s4/tests: Implement BlackboxTestCase.check_output() methodKamen Mazdrashki1-0/+11
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2-16/+8
2011-02-07s4-test: fixed ndrdump test for top level buildAndrew Tridgell1-1/+6
2011-02-07s4-test: fixed setup/ assumption for top level buildAndrew Tridgell3-6/+13
2011-01-19pygensec: remove special case handling for None for buffersAndrew Tridgell1-1/+1
2011-01-18s4-gensec Extend python bindings for GENSEC and the associated testAndrew Bartlett1-6/+51
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