summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-27 10:45:58 +0100
committerGünther Deschner <gd@samba.org>2015-03-30 13:41:25 +0200
commit345e2fe3b122ee836d9b750ec85b50a029a93901 (patch)
treec936fb10f8db86be2d4dff70e59ceeb28979bb8d /source4/selftest
parent654d63b94b8f5802a6efe1db6c1367dd8cf8cf04 (diff)
downloadsamba-345e2fe3b122ee836d9b750ec85b50a029a93901.tar.gz
s4:selftest: run dbcheck against the ad_dc environment too
This is the environment that is configured like real world configurations. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 368ac6bc10f..bea1540df3a 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -582,5 +582,5 @@ for env in ["ad_dc_ntvfs", "rodc", "promoted_dc", "ad_dc", "fl2000dc", "fl2003dc
# TODO: Verifying the databases really should be a part of the
# environment teardown.
# check the databases are all OK. PLEASE LEAVE THIS AS THE LAST TEST
-for env in ["ad_dc_ntvfs", "fl2000dc", "fl2003dc", "fl2008r2dc", 'vampire_dc', 'promoted_dc']:
+for env in ["ad_dc_ntvfs", "ad_dc", "fl2000dc", "fl2003dc", "fl2008r2dc", 'vampire_dc', 'promoted_dc']:
plantestsuite("samba4.blackbox.dbcheck(%s)" % env, env + ":local" , ["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck.sh"), '$PREFIX/provision', configuration])