mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3/selftest: Move samba3.unix.whoami to nt4_dc_smb1
Also remove the associated entry from skip_smb1_fail Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
6820a8cd9a
commit
628ff67b72
@ -32,11 +32,9 @@
|
||||
^samba3.smbtorture_s3.vfs_aio_pthread\(simpleserver\).RW3\(simpleserver\)
|
||||
^samba3.unix.whoami\(ad_member\)
|
||||
^samba3.unix.whoami anonymous connection\(ad_member\)
|
||||
^samba3.unix.whoami anonymous connection\(nt4_dc\)
|
||||
^samba3.unix.whoami anonymous connection\(nt4_member\)
|
||||
^samba3.unix.whoami kerberos connection\(ad_member\)
|
||||
^samba3.unix.whoami machine account\(ad_member:local\)
|
||||
^samba3.unix.whoami\(nt4_dc\)
|
||||
^samba3.unix.whoami\(nt4_member\)
|
||||
^samba3.unix.whoami ntlm user@realm\(ad_member\)
|
||||
^samba4.blackbox.chgdcpass\(chgdcpass\)
|
||||
|
@ -578,7 +578,7 @@ for t in tests:
|
||||
elif t == "unix.whoami":
|
||||
plansmbtorture4testsuite(t, "nt4_member:local", '//$SERVER/tmp --machine-pass', description="machine account")
|
||||
plansmbtorture4testsuite(t, "ad_member:local", '//$SERVER/tmp --machine-pass --option=torture:addc=$DC_SERVER', description="machine account")
|
||||
for env in ["nt4_dc", "nt4_member"]:
|
||||
for env in ["nt4_dc_smb1", "nt4_member"]:
|
||||
plansmbtorture4testsuite(t, env, '//$SERVER/tmp -U$DC_USERNAME%$DC_PASSWORD')
|
||||
plansmbtorture4testsuite(t, env, '//$SERVER/tmpguest -U%', description='anonymous connection')
|
||||
for env in ["ad_dc_smb1", "ad_member"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user