r24861: Use absolute paths to make it easier to run the testsuite from the Samba3...
[kai/samba.git] / source4 / selftest / test_binding_string.sh
1 #!/bin/sh
2
3 incdir=`dirname $0`
4 . $incdir/test_functions.sh
5
6 for I in "ncacn_np:\$SERVER" \
7                  "ncacn_ip_tcp:\$SERVER" \
8                  "ncacn_np:\$SERVER[rpcecho]"  \
9                  "ncacn_np:\$SERVER[/pipe/rpcecho]" \
10                  "ncacn_np:\$SERVER[/pipe/rpcecho,sign,seal]" \
11                  "ncacn_np:\$SERVER[,sign]" \
12                  "ncacn_ip_tcp:\$SERVER[,sign]" \
13                  "ncalrpc:" \
14                  "308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_np:\$SERVER" \
15                  "308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:\$SERVER" 
16 do
17         plantest "$I" dc $samba4bindir/smbtorture $TORTURE_OPTIONS "$I" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" --option=torture:quick=yes RPC-ECHO "$*"
18 done