summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-96/+0
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-5/+5
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider1-2/+0
2012-02-26provision: Simplify make_smbconf a bit.Jelmer Vernooij1-2/+2
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-8/+5
2010-12-05s4-python: Add some more module docstrings.Jelmer Vernooij1-0/+3
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 Vernooij1-8/+0
2010-07-10s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher1-2/+3
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-15Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij1-18/+22
2010-06-13s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij1-1/+2
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-4/+0
2009-11-02s4:provision Fix samdb test with new provision codeAndrew Bartlett1-3/+12
2009-09-30s4:samba.tests.samdb - remove last relicts of the templatesMatthias Dieter Wallnöfer1-4/+2
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
2009-08-17more fixups from provision changesAndrew Tridgell1-2/+14
2009-08-17fixed up some provision errors from the recent changesAndrew Tridgell1-3/+2
2009-02-12Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij1-0/+10
2009-02-12Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij1-2/+2
2009-02-11Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij1-2/+2
2009-02-11Make it possible to override the setup path.Jelmer Vernooij1-9/+11
2009-02-11Cancel transactions when exceptions are raised.Jelmer Vernooij1-0/+1
2008-12-23samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij1-1/+1
2008-05-30Fix samdb python test.Jelmer Vernooij1-2/+2
2008-05-30Fix up provision and samdb tests.Andrew Bartlett1-5/+20
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-4/+4
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-2/+2
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+1
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-0/+55