mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
@ -33,6 +33,8 @@ def setup_path(file):
|
||||
|
||||
|
||||
class ProvisionTestCase(samba.tests.TestCaseInTempDir):
|
||||
"""Some simple tests for individual functions in the provisioning code.
|
||||
"""
|
||||
def test_setup_secretsdb(self):
|
||||
path = os.path.join(self.tempdir, "secrets.ldb")
|
||||
ldb = setup_secretsdb(path, setup_path, None, None, lp=lp)
|
||||
|
Reference in New Issue
Block a user