diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-05-20 09:23:33 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-06-04 03:22:26 +0200 |
commit | d62e0f8a2575f3d067c350f9873d0a308462bdcf (patch) | |
tree | 5ba85f0a629b21d6e6e852eb8b70a9b275bdee53 | |
parent | 5f29774071a7698a4d4ab73c2059f8f16d507776 (diff) | |
download | samba-d62e0f8a2575f3d067c350f9873d0a308462bdcf.tar.gz samba-d62e0f8a2575f3d067c350f9873d0a308462bdcf.tar.xz samba-d62e0f8a2575f3d067c350f9873d0a308462bdcf.zip |
selftest: Add knownfail entries for wbinfo --user-info tests only on the failing environments
This is better than skipping on every environment in the test
Andrew Bartlett
Change-Id: Ib4b114059d8f8bb05a9bdc2eca0f71310fc5a3bc
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r-- | selftest/knownfail | 5 | ||||
-rwxr-xr-x | source4/selftest/tests.py | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index c4fb166ecf..6d46f5ac6f 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -277,6 +277,11 @@ ^samba.wbinfo_simple.\(plugin_s4_dc:local\).--allocate-uid ^samba.wbinfo_simple.\(plugin_s4_dc:local\).--allocate-gid # +# These do not work against winbindd in member mode for unknown reasons +# +^samba.wbinfo_simple.\(member:local\).--user-info +^samba.wbinfo_simple.\(s3member:local\).--user-info +# # These just happen to fail for some reason (probably because they run against the s4 winbind) # ^samba4.winbind.pac.pac\(plugin_s4_dc:local\) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 4b80846db3..fbd435c863 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -394,11 +394,11 @@ for env in ["s3dc", "member", "plugin_s4_dc", "dc", "s3member", "s4member"]: "--change-secret --domain=$DOMAIN", "--check-secret --domain=$DOMAIN", "--online-status --domain=$DOMAIN", - #Didn't pass yet# "--domain-users", + "--domain-users", "--domain-groups", "--name-to-sid=$DC_USERNAME", "--name-to-sid=$DOMAIN/$DC_USERNAME", - #Didn't pass yet# "--user-info=$USERNAME", + "--user-info=$DC_USERNAME", "--user-groups=$DOMAIN/$DC_USERNAME", "--authenticate=$DOMAIN/$DC_USERNAME%$DC_PASSWORD", "--allocate-uid", |