diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-26 14:40:09 -0800 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-27 05:16:19 -0800 |
commit | 1190f385f72f68f22277c8b380f2d4c461c413a4 (patch) | |
tree | ae65ee5888f2b0eb571cf85b341bed05de59e6f6 | |
parent | 05dc5a39a6ad4b1ffafc904faea3e8e40f6f5cde (diff) | |
download | samba-1190f385f72f68f22277c8b380f2d4c461c413a4.tar.gz samba-1190f385f72f68f22277c8b380f2d4c461c413a4.tar.bz2 samba-1190f385f72f68f22277c8b380f2d4c461c413a4.zip |
source4.selftest.tests: Add FIXME about database verification.
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index aab1ff9d59..ea0907139a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -491,6 +491,8 @@ plantestsuite("samba4.blackbox.renamedc.sh", "none", ["PYTHON=%s" % python, os.p # Demote the vampire DC, it must be the last test on the VAMPIRE DC for env in ['vampire_dc', 'promoted_vampire_dc']: plantestsuite("samba4.blackbox.samba_tool_demote(%s)" % env, env, [os.path.join(samba4srcdir, "utils/tests/test_demote.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', '$DOMAIN', '$DC_SERVER', '$PREFIX/%s' % env, smbclient4]) +# 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 ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc", 'vampire_dc', 'promoted_vampire_dc']: plantestsuite("samba4.blackbox.dbcheck(%s)" % env, env + ":local" , ["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck.sh"), '$PREFIX/provision', configuration]) |