diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-05 19:03:36 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-05 13:06:02 -0600 |
commit | 01c79091924602bb5c3f1c0c823b2577c4708f6a (patch) | |
tree | 82d0a45fe7a68e3178b69819da8c00d227be3810 /source4/selftest | |
parent | 2da3464080e1a45f5c76231668a546ad7f10e790 (diff) | |
download | samba-01c79091924602bb5c3f1c0c823b2577c4708f6a.tar.gz samba-01c79091924602bb5c3f1c0c823b2577c4708f6a.tar.bz2 samba-01c79091924602bb5c3f1c0c823b2577c4708f6a.zip |
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)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |