1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

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
This commit is contained in:
Stefan Metzmacher 2011-10-04 12:44:12 +02:00
parent 29dbda56b5
commit f0cd3f62d0
2 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,9 @@ sub setup_plugin_s4_dc($$$$)
rpc_server:netlogon = external
rpc_server:samr = external
server signing = on
[IPC\$]
vfs objects = dfs_samba4
";
my $ret = $self->provision($prefix,

View File

@ -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."))