summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-25 16:14:34 +1200
committerGary Lockyer <gary@samba.org>2019-07-02 02:23:08 +0000
commitb27817d491794a292278832e3f59f955f418a6cb (patch)
tree031bbd0d96bf0ead87c267e7725e7bb4d5d19cf7 /source4/selftest
parent6e65c283120e3e627f0d8570601263f904529996 (diff)
downloadsamba-b27817d491794a292278832e3f59f955f418a6cb.tar.gz
provision tests: Add --backend-store-size option.
Tests for the new "samba-tool domain provision" option "backend-store-size". This allows the lmdb map size to be set during a provision, instead of hard-wiring it to 8Gb Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index dec43d3a296..5aad3c63e48 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -680,6 +680,7 @@ planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.schema")
planpythontestsuite("schema_dc:local", "samba.tests.samba_tool.schema")
planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl")
planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check")
+planpythontestsuite("none", "samba.tests.samba_tool.provision_lmdb_size")
planpythontestsuite("none", "samba.tests.samba_tool.help")
planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.passwordsettings")
planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.dsacl")