s3-selftest The krb5 encrypted CIFS test was wrong
authorAndrew Bartlett <abartlet@samba.org>
Fri, 13 Jan 2012 01:42:43 +0000 (12:42 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 Jan 2012 03:57:22 +0000 (04:57 +0100)
Sadly this fails in the test environement for now.  It needs a /etc/krb5.keytab
which we do not provide.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104

selftest/knownfail
source3/selftest/tests.py

index 4a9f99e8cd61ec3f439227ddfd17b34e7346aaa3..b0246e7b860d5a7ee1daff67d451076628f5004e 100644 (file)
@@ -20,6 +20,9 @@
 ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,smb2,bigendian\]
 ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2\]
 ^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2,bigendian\]
+# GSSAPI/krb5 encrypted CIFS fails in the test environment at the moment
+^samba3.blackbox.smbclient_krb5 -e.smbclient
+^samba3.blackbox.smbclient_krb5 old ccache -e.smbclient
 # these show that we still have some differences between our system
 # with our internal iconv because it passes except when we bypass our
 # internal iconv modules
index dc0c32c052b25b940162b5666436219af891311f..eea9aae28bf88d36175bdb38c44bfecd4b023bf8 100755 (executable)
@@ -305,7 +305,7 @@ for z in smb_options:
 
 
 if have_ads_support:
-    options_list = ["", "-E"]
+    options_list = ["", "-e"]
     for options in options_list:
         plantestsuite("samba3.blackbox.smbclient_krb5 old ccache %s" % options, "ktest:local", 
                       [os.path.join(samba3srcdir, "script/tests/test_smbclient_krb5.sh"),