From 01c79091924602bb5c3f1c0c823b2577c4708f6a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 5 Jan 2008 19:03:36 -0600 Subject: r26671: rap: Convert the RAP tests to the new torture API and run them by default. We don't have a server-side implementation of netservergetinfo yet, so it is marked as known failing. (This used to be commit 33c5982ed9b9fada9355dde5dc274abb99ec0615) --- source4/selftest/samba4_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index 05035ddac2..66717c03ae 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -190,6 +190,11 @@ for t in $base $raw $smb2; do plantest "$t" dc $VALGRIND $smb4torture $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t done +rap=`$smb4torture --list | grep "^RAP-" | xargs` +for t in $rap; do + plantest "$t" dc $VALGRIND $smb4torture $ADDARGS //\$SERVER/IPC\\\$ -U"\$USERNAME"%"\$PASSWORD" $t +done + # Tests against the NTVFS CIFS backend for t in $base $raw; do plantest "ntvfs.cifs.$t" dc $VALGRIND $smb4torture //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t -- cgit