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

Kamen Mazdrashki kamenim at samba.org
Fri Jun 20 04:37:43 MDT 2014


Reviewed-by: Kamen Mazdrashki <kamenim at samba.org>


On Fri, Jun 20, 2014 at 12:28 PM, <abartlet at samba.org> wrote:

> From: Andrew Bartlett <abartlet at samba.org>
>
> Change-Id: I47e31b42915a76dbfc7dcfd009717bb23483de1e
> Signed-off-by: Andrew Bartlett <abartlet at samba.org>
> ---
>  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"]
> --
> 1.9.3
>
>


More information about the samba-technical mailing list