Added -e tests for S3 smbtorture.
authorJeremy Allison <jra@samba.org>
Sat, 5 Jan 2008 00:09:48 +0000 (16:09 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 5 Jan 2008 00:09:48 +0000 (16:09 -0800)
Jeremy.
(This used to be commit deeeae3ee96f7207a49e1edaa876410b77c33458)

source3/script/tests/test_smbtorture_s3.sh

index f662eacd3ecf97f5674a80e66fb7cefb611178a0..e655381160ba2758f2727b2e5edf3b7523fd8fa9 100755 (executable)
@@ -43,6 +43,8 @@ for t in $tests; do
     start=""
     name="$t"
     testit "$name" $VALGRIND $BINDIR/smbtorture $ADDARGS $unc -U"$username"%"$password" $t || failed=`expr $failed + 1`
+    echo "testing encrypted connection"
+    testit "$name" $VALGRIND $BINDIR/smbtorture $ADDARGS $unc -U"$username"%"$password" -e $t || failed=`expr $failed + 1`
 done
 
 testok $0 $failed