diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-02 13:17:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:05 +1000 |
commit | 7b1d6a6a0568a62943877c61d95f6d7bb1fd1d1d (patch) | |
tree | fbe3cf65cba959f0621977ef4c809c2ce0fbf7d7 /source4 | |
parent | 7c4eb9e32e7c84c37728b2f83f28360f4d0cab92 (diff) | |
download | samba-7b1d6a6a0568a62943877c61d95f6d7bb1fd1d1d.tar.gz samba-7b1d6a6a0568a62943877c61d95f6d7bb1fd1d1d.tar.xz samba-7b1d6a6a0568a62943877c61d95f6d7bb1fd1d1d.zip |
selftest: test plugin_s4_dc against all ncacn_np tests
Changes to the s3 epmapper behaviour seem to have fixed the rest of these
tests.
Andrew Bartlett
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 538ec5d451..0902a3ec29 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -135,7 +135,7 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]: #Plugin S4 DC tests (confirms named pipe auth forwarding). This can be expanded once kerberos is supported in the plugin DC # for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]: - for t in [ "rpc.lsalookup", "rpc.lsa.secrets", "rpc.lsa-getuser", "rpc.handles", "rpc.asyncbind", "rpc.authcontext", "rpc.lsa"]: + for t in ncacn_np_tests: env = "plugin_s4_dc" transport = "ncacn_np" plantestsuite_loadlist("samba4.%s with %s" % (t, bindoptions), env, [valgrindify(smb4torture), "$LISTOPT", "%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '-W', '$DOMAIN', '-k', 'no', t]) |