summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/provision.py
AgeCommit message (Collapse)AuthorFilesLines
2009-09-26samba.tests.provision: Remove broken become_dc test.Jelmer Vernooij1-25/+1
2009-07-29s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett1-1/+1
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij1-1/+1
(This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
(This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-1/+1
(This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959)
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-2/+1
(This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
(This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij1-1/+22
(This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
(This used to be commit 41571bbb933c763a9608f4ba56f1a5a97af133ab)
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij1-1/+9
binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration. Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-( (This used to be commit dff54ff043563f93b86361039c46e662045f62cc)
2008-01-25python: Add test for secretsdb_become_dcJelmer Vernooij1-3/+18
(This used to be commit 9173c678efb6f74dbec64298bcb00952feff2ed7)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-3/+7
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-1/+4
(This used to be commit 5f921af41e4dcd6844f6a662d56bd27c4e76ff88)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-4/+13
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-0/+59
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)