s3-selftest: Add samba3.blackbox.net.registry.check to test list
authorBjörn Baumbach <bb@sernet.de>
Wed, 9 Nov 2011 12:19:22 +0000 (13:19 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 21 Mar 2012 23:21:56 +0000 (00:21 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/selftest/tests.py

index cbef215b6c12e405c72a853e64ec840d33e7e74f..588cdb3b0e3a23715de65770d2bd6e541523d8b2 100755 (executable)
@@ -190,6 +190,8 @@ plantestsuite("samba3.blackbox.net.misc", "s3dc:local", [os.path.join(samba3srcd
                                                        scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration])
 plantestsuite("samba3.blackbox.net.local.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"),
                                                        scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration])
+plantestsuite("samba3.blackbox.net.registry.check", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry_check.sh"),
+                                                       scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration,binpath('dbwrap_tool')])
 plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"),
                                                        scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration, 'rpc'])