mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
835f8f4339
as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze
12 lines
438 B
Bash
Executable File
12 lines
438 B
Bash
Executable File
|
|
$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
|
|
$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
|
|
|
|
if [ -n "$SMBTORTURE4" ];then
|
|
echo "Running Tests with Samba4's smbtorture"
|
|
$SMBTORTURE4 --version
|
|
$SCRIPTDIR/test_posix_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
|
|
else
|
|
echo "Skip Tests with Samba4's smbtorture"
|
|
fi
|