mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest: run the samba.nss tests against :local environments
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
6cab59e016
commit
fd783b04bb
@ -271,7 +271,7 @@
|
||||
^samba.blackbox.wbinfo\(s4member:local\).wbinfo --user-sids against s4member\(s4member:local\)
|
||||
^samba4.winbind.struct.getpwent\(plugin_s4_dc:local\)
|
||||
^samba.wbinfo_simple.\(s4member:local\).--user-groups
|
||||
^samba.nss.test using winbind\(s4member\)
|
||||
^samba.nss.test using winbind\(s4member:local\)
|
||||
#
|
||||
# These just happen to fail for some reason (probably because they run against the s4 winbind)
|
||||
#
|
||||
|
@ -419,7 +419,7 @@ for env in ["s3dc", "member", "plugin_s4_dc", "dc", "s3member", "s4member"]:
|
||||
|
||||
|
||||
nsstest4 = binpath("nsstest")
|
||||
for env in ["plugin_s4_dc", "dc", "s4member", "s3dc", "s3member", "member"]:
|
||||
for env in ["plugin_s4_dc:local", "dc:local", "s4member:local", "s3dc:local", "s3member:local", "member:local"]:
|
||||
if os.path.exists(nsstest4):
|
||||
plantestsuite("samba.nss.test using winbind(%s)" % env, env, [os.path.join(bbdir, "nsstest.sh"), nsstest4, os.path.join(samba4bindir, "shared/libnss_wrapper_winbind.so.2")])
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user