diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-04 12:44:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-08 03:18:54 +0200 |
commit | f0cd3f62d04a99347a88d5355b568f1295752876 (patch) | |
tree | 131ede3dde4ddaa2fdcf45d9737658b08de0a0d8 /source4/selftest | |
parent | 29dbda56b5ba6db9fd04cdea1de377630bea9016 (diff) | |
download | samba-f0cd3f62d04a99347a88d5355b568f1295752876.tar.gz samba-f0cd3f62d04a99347a88d5355b568f1295752876.tar.bz2 samba-f0cd3f62d04a99347a88d5355b568f1295752876.zip |
selftest: run dfs tests on plugin_s4_dc
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 8 03:18:54 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 5b008a0e9d..ce747cee9e 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -160,6 +160,7 @@ for transport in ["ncacn_np", "ncacn_ip_tcp"]: # Tests for the DFS referral calls implementation for t in smb4torture_testsuites("dfs."): plansmbtorturetestsuite(t, "dc", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD') + plansmbtorturetestsuite(t, "plugin_s4_dc", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD') # Tests for the NET API (net.api.become.dc tested below against all the roles) net_tests = filter(lambda x: "net.api.become.dc" not in x, smb4torture_testsuites("net.")) |