summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-11-09 13:19:22 +0100
committerMichael Adam <obnox@samba.org>2012-03-22 00:21:56 +0100
commit56f2f76166def8e06f7ceade98ccb00b72999443 (patch)
treea8c339e1b7178892ced49086796196bac8207d4d /source3/selftest
parentd5db47c7d412c1795a7485f10c2517e36f80c7fc (diff)
downloadsamba-56f2f76166def8e06f7ceade98ccb00b72999443.tar.gz
samba-56f2f76166def8e06f7ceade98ccb00b72999443.tar.bz2
samba-56f2f76166def8e06f7ceade98ccb00b72999443.zip
s3-selftest: Add samba3.blackbox.net.registry.check to test list
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index cbef215b6c..588cdb3b0e 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -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'])