summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-08 16:02:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-08 09:57:14 +0200
commit51dd39b2cf800ccf89cc1ae5ce6fe1ce2edff9c3 (patch)
tree3d74c3e6652525150cd4a2ef0cabf24a16d98bb1 /source4/selftest
parentb7b48793501915ecf5cb52b3044fd2f902987802 (diff)
downloadsamba-51dd39b2cf800ccf89cc1ae5ce6fe1ce2edff9c3.tar.gz
samba-51dd39b2cf800ccf89cc1ae5ce6fe1ce2edff9c3.tar.bz2
samba-51dd39b2cf800ccf89cc1ae5ce6fe1ce2edff9c3.zip
selftest: Rename samba4.blackbox.pdbtest to samba.blackbox.pdbtest
This test covers s3dc as well. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Aug 8 09:57:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 25b22b7af5..12c84a3dbd 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -188,7 +188,7 @@ for env in ["dc", "s3dc"]:
"-k no --option=usespnego=no"]:
name = "rpc.lsa.secrets on %s with with %s" % (transport, ntlmoptions)
plansmbtorturetestsuite('rpc.lsa.secrets', env, ["%s:$SERVER[]" % (transport), ntlmoptions, '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN', '--option=gensec:target_hostname=$NETBIOSNAME'], "samba4.%s" % name)
- plantestsuite("samba4.blackbox.pdbtest", "%s:local" % env, [os.path.join(bbdir, "test_pdbtest.sh"), '$SERVER', "$PREFIX", smbclient, '$SMB_CONF_PATH', configuration])
+ plantestsuite("samba.blackbox.pdbtest", "%s:local" % env, [os.path.join(bbdir, "test_pdbtest.sh"), '$SERVER', "$PREFIX", smbclient, '$SMB_CONF_PATH', configuration])
transports = ["ncacn_np", "ncacn_ip_tcp"]