selftest: Add knownfail entries for wbinfo --user-info tests only on the failing...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 19 May 2014 21:23:33 +0000 (09:23 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 4 Jun 2014 01:22:26 +0000 (03:22 +0200)
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>
selftest/knownfail
source4/selftest/tests.py

index c4fb166ecf651242a1de3cfe36f7aa2df8a87a50..6d46f5ac6f88da66201eba2a13108eba84629f82 100644 (file)
 ^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\)
index 4b80846db3643e856d1064570c03a37a29418446..fbd435c8634c0e767543bb35e553af6c908a04f4 100755 (executable)
@@ -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",