diff options
Diffstat (limited to 'source4/script/tests/test_member.sh')
-rwxr-xr-x | source4/script/tests/test_member.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/script/tests/test_member.sh b/source4/script/tests/test_member.sh new file mode 100755 index 0000000000..798da60929 --- /dev/null +++ b/source4/script/tests/test_member.sh @@ -0,0 +1,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 "$*" |