diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-26 13:03:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:21 -0500 |
commit | 5c847a00a7eccc190b1d63a3fca1420db8543edf (patch) | |
tree | 0db38b2d981af7c03749d64bef1a396ee654c05e /source4/script | |
parent | 0c45d415ffa1cb96e07fbec805d80a98bcd7547e (diff) | |
download | samba-5c847a00a7eccc190b1d63a3fca1420db8543edf.tar.gz samba-5c847a00a7eccc190b1d63a3fca1420db8543edf.tar.bz2 samba-5c847a00a7eccc190b1d63a3fca1420db8543edf.zip |
r21028: Generate list of tests rather than maintaining it manually.
(This used to be commit 7de4727ceb5935dd5fca49db0331c4509f735362)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 81e7268c2d..e8a8ef3f6e 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -20,32 +20,7 @@ ADDARGS="$*" incdir=`dirname $0` . $incdir/test_functions.sh -# -# please don't remove tests here, when you want them to be skipped! -# just add them to the skipped line below -# this should be the complete list smbtorture offers as BASE-* tests -# -base="BASE-ATTR BASE-CHARSET BASE-CHKPATH BASE-DEFER_OPEN BASE-DELAYWRITE BASE-DELETE" -base="$base BASE-DENY1 BASE-DENY2 BASE-DENY3 BASE-DENYDOS BASE-DIR1 BASE-DIR2" -base="$base BASE-DISCONNECT BASE-FDPASS BASE-LOCK " -base="$base BASE-MANGLE BASE-NEGNOWAIT BASE-NTDENY1" -base="$base BASE-NTDENY2 BASE-OPEN BASE-OPENATTR BASE-PROPERTIES BASE-RENAME BASE-RW1" -base="$base BASE-SECLEAK BASE-TCON BASE-TCONDEV BASE-TRANS2 BASE-UNLINK BASE-VUID" -base="$base BASE-XCOPY" - -# -# please don't remove tests here, when you want them to be skipped! -# just add them to the skipped line below -# this should be the complete list smbtorture offers as RAW-* tests -# -raw="RAW-CHKPATH RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS" -raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK" -raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK" -raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE" - -smb2="SMB2-CONNECT SMB2-GETINFO SMB2-SETINFO SMB2-FIND" - -tests="$base $raw $smb2" +tests=`bin/smbtorture --list | grep "^(BASE|RAW|SMB2)-" | xargs` # # please add tests you want to be skipped here! |