From: Björn Baumbach Date: Wed, 2 Nov 2011 19:02:35 +0000 (+0100) Subject: s3-selftest: add new registry upgrade test to test list X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=2e1f7e137d87de5a05985bfe05dc69f1b1b87f45;p=obnox%2Fsamba%2Fsamba-obnox.git s3-selftest: add new registry upgrade test to test list Signed-off-by: Michael Adam --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 02afde58299..5906cf4c41d 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -51,6 +51,8 @@ plantestsuite("samba3.blackbox.failure", "s3dc:local", [os.path.join(samba3srcdi plantestsuite("samba3.local_s3", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_local_s3.sh")]) +plantestsuite("samba3.blackbox.registry.upgrade", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_registry_upgrade.sh"), binpath('net'), binpath('dbwrap_tool')]) + tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "LOCK9", "UNLINK", "BROWSE", "ATTR", "TRANS2", "TORTURE", "OPLOCK1", "OPLOCK2", "OPLOCK4", "STREAMERROR",