summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/tests
Commit message (Collapse)AuthorAgeFilesLines
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-39/+0
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-4/+4
| | | | setUp methods are called, fix formatting.
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-2/+2
| | | | | | command-line options. This is the first step towards supporting custom test runners.
* s4-pygensec: a bit closer to workingAndrew Tridgell2009-10-021-1/+5
| | | | | I'll need help from Andrew on how to get gensec to initialise it's ops element
* pygensec: Add initial work on a gensec Python module.Jelmer Vernooij2009-09-261-0/+35