s3-selftest: add new registry upgrade test to test list
authorBjörn Baumbach <bb@sernet.de>
Wed, 2 Nov 2011 19:02:35 +0000 (20:02 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 3 Nov 2011 23:28:08 +0000 (00:28 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/selftest/tests.py

index 02afde58299f25984750c0e59308cdb90566aacb..5906cf4c41d111a58f264bfb8e40995d6aa958a6 100755 (executable)
@@ -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",