blob: 798da609290b9dd98290bfb55e2b4fdea63edd55 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# add tests to this list as they start passing, so we test
# that they stay passing
ncacn_np_tests="RPC-ECHO"
incdir=`dirname $0`
. $incdir/test_functions.sh
plantest "RPC-ECHO against member server" member $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncacn_np:"\$SERVER" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*"
|