From: Andrew Bartlett Date: Sun, 3 Nov 2013 23:30:55 +0000 (+1300) Subject: selftest: Run rpc.samr.passwords.lockout against the s3dc environment X-Git-Tag: ldb-1.1.17~265 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=090c55681db410ac2bbf9ec2f9e2208329ed8d5b;p=samba.git selftest: Run rpc.samr.passwords.lockout against the s3dc environment Change-Id: I7ee562cbf1e067ed90b22e212002e88752450e34 Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/selftest/skip b/selftest/skip index c16dcf5b62e..ed206493a87 100644 --- a/selftest/skip +++ b/selftest/skip @@ -44,6 +44,7 @@ ^samba3.smb2.durable-open-disconnect # Not a test, but a way to create a disconnected durable ^samba3.smb2.scan # No tests ^samba3.smb2.oplock.levelii501 # No test yet +^samba3.rpc.samr.passwords.lockout\(plugin_s4_dc\) # No point running this version, it just waits 12 times longer the samba4 version of this test, covering the same code ^samba4.base.iometer ^samba4.base.casetable ^samba4.base.nttrans diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 81ef184372d..389fbf96990 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -301,7 +301,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.lsa", "rpc.lsa-getuser", "rpc.lsa.lookupsids", "rpc.lsa.lookupnames", "rpc.lsa.privileges", "rpc.lsa.secrets", "rpc.samr", "rpc.samr.users", "rpc.samr.users.privileges", "rpc.samr.passwords", - "rpc.samr.passwords.pwdlastset", "rpc.samr.large-dc", "rpc.samr.machine.auth", + "rpc.samr.passwords.pwdlastset", "rpc.samr.passwords.lockout", "rpc.samr.large-dc", "rpc.samr.machine.auth", "rpc.samr.priv", "rpc.samr.passwords.validate", "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"]