summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij23-74/+134
2011-09-13Add samba.tests.source, which checks Python files for copyright lines, licens...Jelmer Vernooij1-0/+168
2011-09-09s4-test: name attribute remove from Command class, so test not requiredAmitay Isaacs1-6/+0
2011-08-26py-samba3-test: Copy sample database in tempdir before running testAmitay Isaacs1-7/+11
2011-08-26py-samba3-test: Set lock directory to the datadirAmitay Isaacs1-0/+1
2011-08-26py-samba3: Use passdb/param wrapper for samba3 moduleAmitay Isaacs1-136/+94
2011-07-21s4-dsdb: change the samba3sam test to add the show_deleted moduleAndrew Tridgell1-1/+1
2011-07-13ldb: use base searches for @ special DNsAndrew Tridgell1-5/+3
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