• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/tests/
1
2$SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
3$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
4$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
5
6SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
7if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then
8	echo "Running Tests with Samba4's smbtorture"
9	echo $SMBTORTURE4VERSION
10	$SCRIPTDIR/test_posix_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
11else
12	echo "Skip Tests with Samba4's smbtorture"
13fi
14