summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/provision.py
Commit message (Expand)AuthorAgeFilesLines
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-2/+0
* samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij2009-09-261-25/+1
* s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett2009-07-291-1/+1
* expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-241-1/+1
* Use new style python classes.Jelmer Vernooij2008-08-011-1/+1
* Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-141-1/+1
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-111-2/+1
* Add docstring.Jelmer Vernooij2008-02-091-0/+2
* Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-091-1/+22
* python: Load smb.conf file for the provision tests.Jelmer Vernooij2008-01-261-2/+6
* python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij2008-01-251-1/+9
* python: Add test for secretsdb_become_dcJelmer Vernooij2008-01-251-3/+18
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-3/+7
* r26538: Pass path generation function around rather than base directory.Jelmer Vernooij2007-12-211-1/+4
* r26536: More tests for provisioning code.Jelmer Vernooij2007-12-211-4/+13
* r26527: Start on tests for provision.Jelmer Vernooij2007-12-211-0/+59