[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Thu Jan 12 20:58:02 MST 2012


The branch, master has been updated
       via  339d5ea s3-selftest The krb5 encrypted CIFS test was wrong
      from  84ad540 selftest: Do not run symbol check if setting up testenv

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 339d5ea4e60c4e649e9f29814c5c93b4c0673c3c
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Jan 13 12:42:43 2012 +1100

    s3-selftest The krb5 encrypted CIFS test was wrong
    
    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 at samba.org>
    Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 selftest/knownfail        |    3 +++
 source3/selftest/tests.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/knownfail b/selftest/knownfail
index 4a9f99e..b0246e7 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -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
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index dc0c32c..eea9aae 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -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"),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list