svn commit: samba r7112 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Mon May 30 14:55:27 GMT 2005


Author: metze
Date: 2005-05-30 14:55:26 +0000 (Mon, 30 May 2005)
New Revision: 7112

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7112

Log:
add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...)

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_w2k3.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_w2k3.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-05-30 14:15:20 UTC (rev 7111)
+++ branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-05-30 14:55:26 UTC (rev 7112)
@@ -39,6 +39,9 @@
 
 OPTIONS="-U$username%$password -W $domain --option realm=$realm"
 
+echo Testing RPC-SPOOLSS on ncacn_np
+testit bin/smbtorture ncacn_np:"$server" $OPTIONS RPC-SPOOLSS "$*"
+
 for bindoptions in padcheck connect sign seal spnego,sign spnego,seal validate bigendian; do
    for transport in ncacn_ip_tcp ncacn_np; do
      case $transport in



More information about the samba-cvs mailing list