summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-28 15:14:51 +1200
committerGary Lockyer <gary@samba.org>2019-07-02 02:23:09 +0000
commitbdd72acd32b6777b80b54d82688048e1cb0b8f32 (patch)
tree63040e366045e68dc40ad4f5e00847b1964b0f2c /source4
parent97bc3db68a5ec2cd20e5059d77089e76a0625479 (diff)
downloadsamba-bdd72acd32b6777b80b54d82688048e1cb0b8f32.tar.gz
samba-tool dcpromo tests: add --backend-store-size option
Add a new "samba-tool domain dcpromo" option "backend-store-size". This allows the lmdb map size to be set during a promotion, 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')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 8bd04b24f61..5de2f3a60b7 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -649,6 +649,8 @@ planpythontestsuite("ad_dc_default",
"samba.tests.samba_tool.join_lmdb_size")
planpythontestsuite("ad_dc_default",
"samba.tests.samba_tool.drs_clone_dc_data_lmdb_size")
+planpythontestsuite("ad_dc_default",
+ "samba.tests.samba_tool.promote_dc_lmdb_size")
planpythontestsuite("none", "samba.tests.samba_tool.visualize")