[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Mar 8 06:52:01 MST 2011


The branch, master has been updated
       via  a200bac s3-selftest: only run smbtorture4 tests when smbtorture4 is available.
      from  1605563 s3-selftest: add pattern test of dcerpc binding options (using rpc.lsa.lookupsids).

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


- Log -----------------------------------------------------------------
commit a200bac0937cb2b11147c29b6b490e52a856580f
Author: Günther Deschner <gd at samba.org>
Date:   Tue Mar 8 14:00:35 2011 +0100

    s3-selftest: only run smbtorture4 tests when smbtorture4 is available.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Tue Mar  8 14:51:18 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/selftest/tests.py |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 6c844f7..34991a4 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -195,17 +195,17 @@ if sub.returncode == 0:
         if t == "raw.chkpath":
             plansmbtorturetestsuite(t, "dc", '//$SERVER_IP/tmpcase -U$USERNAME%$PASSWORD')
 
-test = 'rpc.lsa.lookupsids'
-transports = ["ncacn_np", "ncacn_ip_tcp" ]
-auth_options = ["ntlm", "spnego", "connect" ]
-signseal_options = ["", ",sign", ",sign,seal"]
-smb_options = ["", ",smb2"]
-endianness_options = ["", ",bigendian"]
-for t in transports:
-    for z in smb_options:
-        for e in endianness_options:
-            for a in auth_options:
-                for s in signseal_options:
-                    binding_string = "%s:$SERVER_IP[%s%s%s%s]" % (t, a, s, z, e)
-                    options = binding_string + " -U$USERNAME%$PASSWORD"
-                    plansmbtorturetestsuite(test, "dc", options, 'over %s with [%s%s%s%s] ' % (t, a, s, z, e))
+    test = 'rpc.lsa.lookupsids'
+    transports = ["ncacn_np", "ncacn_ip_tcp" ]
+    auth_options = ["ntlm", "spnego", "connect" ]
+    signseal_options = ["", ",sign", ",sign,seal"]
+    smb_options = ["", ",smb2"]
+    endianness_options = ["", ",bigendian"]
+    for t in transports:
+        for z in smb_options:
+            for e in endianness_options:
+                for a in auth_options:
+                    for s in signseal_options:
+                        binding_string = "%s:$SERVER_IP[%s%s%s%s]" % (t, a, s, z, e)
+                        options = binding_string + " -U$USERNAME%$PASSWORD"
+                        plansmbtorturetestsuite(test, "dc", options, 'over %s with [%s%s%s%s] ' % (t, a, s, z, e))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list