summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAaron Haslett <aaronhaslett@catalyst.net.nz>2019-05-23 13:21:19 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-05-29 04:41:24 +0000
commit74d15c9bf76f0a2fb5fa7b7b1d80971d10c4fe45 (patch)
treefd376cd290c2c9ba114c821d12e6df06458ba8af /source4/selftest
parent09f2a187b3d8c161e2c11588499b3256a9dbcc95 (diff)
downloadsamba-74d15c9bf76f0a2fb5fa7b7b1d80971d10c4fe45.tar.gz
downgradedatabase: blackbox test
This test confirms that running downgradedatabase causes all GUID keys to be replaced with DN keys at the KV level Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/selftest')
-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 f807bf75519..156bd200372 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -834,6 +834,8 @@ for env in ["ad_dc_ntvfs:local", "ad_dc:local",
"promoted_dc:local"]:
planoldpythontestsuite(env, "samba.tests.blackbox.smbcontrol")
+planoldpythontestsuite("none", "samba.tests.blackbox.downgradedatabase")
+
plantestsuite_loadlist("samba4.ldap.python(ad_dc_default)", "ad_dc_default", [python, os.path.join(DSDB_PYTEST_DIR, "ldap.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT'])
plantestsuite_loadlist("samba4.ldap_modify_order.python(ad_dc_default)",