summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/samdb.py
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
my last patch was not even close ... I'll leave abartlet to work out how to fix the test case
2009-08-17more fixups from provision changesAndrew Tridgell1-2/+14
Andrew, can you please check this? The idmap.setup_name_mapping tests look totally out of place here. I'm also not sure I captured your intention with the other changes
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
samba.dcerpc.security
2008-05-30Fix samdb python test.Jelmer Vernooij1-2/+2
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)
2008-05-30Fix up provision and samdb tests.Andrew Bartlett1-5/+20
This fixes up the provision to operate with a target directory - it must override the smb.conf in this case. Andrew Bartlett (This used to be commit 89fc39f7edb214065aff461bc225f41443eae3c7)
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
up. (This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66)
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
(This used to be commit bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308)
2008-05-11Use consistent function names with the standard Python uuid module that is ↵Jelmer Vernooij1-4/+4
available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6)
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-2/+2
(This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+1
This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-0/+55
(This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f)