From ee898127583b1ac071e805a7019ad773234126d5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 9 Jul 2006 09:57:05 +0000 Subject: r16891: test dcerpc over smb2 metze (This used to be commit 2fd7a5fc6107e398bb9e399461b2b30319c7741e) --- source4/script/tests/test_echo.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/script') diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index a8baed735f..b02ea03037 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -54,4 +54,7 @@ for transport in $transports; do done done +name="RPC-ECHO on ncacn_np over smb2" +testit "$name" bin/smbtorture $TORTURE_OPTIONS ncacn_np:"$server[smb2]" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1` + testok $0 $failed -- cgit