From 5f3301759e33a498803748f30e57712ac67a9965 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Aug 2011 15:58:27 +1000 Subject: s4-test: use dbcheck on more of our selftest databases Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Aug 18 02:58:55 CEST 2011 on sn-devel-104 --- source4/selftest/tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 0ef59b2148..2a7d3f097a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -467,5 +467,6 @@ plantestsuite("samba4.blackbox.provision-backend.py", "none", ["PYTHON=%s" % pyt # Test renaming the DC plantestsuite("samba4.blackbox.renamedc.sh", "none", ["PYTHON=%s" % python, os.path.join(bbdir, "renamedc.sh"), '$PREFIX/provision']) -# check the database is all OK. PLEASE LEAVE THIS AS THE LAST TEST -plantestsuite("samba4.blackbox.dbcheck.sh", "dc:local", ["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck.sh"), '$PREFIX/provision', configuration]) +# check the databases are all OK. PLEASE LEAVE THIS AS THE LAST TEST +for env in ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc"]: + plantestsuite("samba4.blackbox.dbcheck(%s)" % env, env + ":local" , ["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck.sh"), '$PREFIX/provision', configuration]) -- cgit