r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
authorStefan Metzmacher <metze@samba.org>
Mon, 30 May 2005 14:55:26 +0000 (14:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:18 +0000 (13:17 -0500)
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...)

metze

source/script/tests/test_w2k3.sh

index 8be9b2a3d749d4dab58da9823f55b5aa9fe4dcfb..7d52e0a09c0127d4ff679b494173d3d1c87a0e36 100755 (executable)
@@ -39,6 +39,9 @@ testit() {
 
 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