selftest: Test encrypted RPC pipes against plugin_s4_dc
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Jul 2011 02:32:15 +0000 (12:32 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:03 +0000 (18:48 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/selftest/tests.py

index 9997628cee5608ae67a327f98c1dbbfe9f016f23..01015f3293a6a4196c22be7e8aac25cf2b5d4833 100755 (executable)
@@ -134,10 +134,11 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
 
 #Plugin S4 DC tests (confirms named pipe auth forwarding).  This can be expanded once kerberos is supported in the plugin DC
 #
-for t in [ "rpc.lsalookup", "rpc.lsa.secrets", "rpc.lsa-getuser", "rpc.handles", "rpc.asyncbind", "rpc.authcontext", "rpc.lsa"]:
-    env = "plugin_s4_dc"
-    transport = "ncacn_np"
-    plantestsuite_loadlist("samba4.%s" % (t), env, [valgrindify(smb4torture), "$LISTOPT", "%s:$SERVER" % (transport), '-U$USERNAME%$PASSWORD', '-W', '$DOMAIN', '-k', 'no', t])
+for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
+    for t in [ "rpc.lsalookup", "rpc.lsa.secrets", "rpc.lsa-getuser", "rpc.handles", "rpc.asyncbind", "rpc.authcontext", "rpc.lsa"]:
+        env = "plugin_s4_dc"
+        transport = "ncacn_np"
+        plantestsuite_loadlist("samba4.%s with %s" % (t, bindoptions), env, [valgrindify(smb4torture), "$LISTOPT", "%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '-W', '$DOMAIN', '-k', 'no', t])
 
 for bindoptions in [""] + validate_list + ["bigendian"]:
     for t in auto_rpc_tests: