[PATCH 02/11] selftest: Only run samba4.rpc.samr.passwords.{lockout,badpwdcount} once

Kamen Mazdrashki kamenim at samba.org
Thu Jun 19 15:39:07 MDT 2014


hi Andrew,

I don't understand the subject of the patch - it somehow implies that we
have run {lockout,badpwdcount}
more than once and now this is fixed. But reading the patch it looks they
haven't been run at all
up until this commit?

Cheers,
Kamen



On Thu, Jun 19, 2014 at 6:16 AM, <abartlet at samba.org> wrote:

> From: Andrew Bartlett <abartlet at samba.org>
>
> Change-Id: I47e31b42915a76dbfc7dcfd009717bb23483de1e
> ---
>  source4/selftest/tests.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
> index fbd435c..698ee2c 100755
> --- a/source4/selftest/tests.py
> +++ b/source4/selftest/tests.py
> @@ -86,7 +86,7 @@ ncacn_np_tests = ["rpc.schannel", "rpc.join", "rpc.lsa",
> "rpc.dssetup", "rpc.alt
>  ncalrpc_tests = ["rpc.schannel", "rpc.join", "rpc.lsa", "rpc.dssetup",
> "rpc.altercontext", "rpc.netlogon", "rpc.drsuapi", "rpc.asyncbind",
> "rpc.lsalookup", "rpc.lsa-getuser", "rpc.schannel2", "rpc.authcontext"]
>  drs_rpc_tests = smbtorture4_testsuites("drs.rpc")
>  ncacn_ip_tcp_tests = ["rpc.schannel", "rpc.join", "rpc.lsa",
> "rpc.dssetup", "rpc.netlogon", "rpc.asyncbind", "rpc.lsalookup",
> "rpc.lsa-getuser", "rpc.schannel2", "rpc.authcontext",
> "rpc.samr.passwords.validate"] + drs_rpc_tests
> -slow_ncacn_np_tests = ["rpc.samlogon", "rpc.samr.users",
> "rpc.samr.large-dc", "rpc.samr.users.privileges", "rpc.samr.passwords",
> "rpc.samr.passwords.pwdlastset"]
> +slow_ncacn_np_tests = ["rpc.samlogon", "rpc.samr.users",
> "rpc.samr.large-dc", "rpc.samr.users.privileges", "rpc.samr.passwords",
> "rpc.samr.passwords.pwdlastset", "rpc.samr.passwords.lockout",
> "rpc.samr.passwords.badpwdcount"]
>  slow_ncacn_ip_tcp_tests = ["rpc.samr", "rpc.cracknames"]
>
>  all_rpc_tests = ncalrpc_tests + ncacn_np_tests + ncacn_ip_tcp_tests +
> slow_ncacn_np_tests + slow_ncacn_ip_tcp_tests + ["rpc.lsa.secrets",
> "rpc.pac", "rpc.samba3-sharesec", "rpc.countcalls"]
> --
> 2.0.0
>
>


More information about the samba-technical mailing list