diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-22 17:50:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:30 -0500 |
commit | de2fbad4d2e325db631c67cffe9fb8f4f2d99d1c (patch) | |
tree | 09715596deef84acefeeea78553c036cd3fa6fa4 /source4/script/tests | |
parent | 7743106635b4720385aebba75c13598276ceeedb (diff) | |
download | samba-de2fbad4d2e325db631c67cffe9fb8f4f2d99d1c.tar.gz samba-de2fbad4d2e325db631c67cffe9fb8f4f2d99d1c.tar.bz2 samba-de2fbad4d2e325db631c67cffe9fb8f4f2d99d1c.zip |
r16469: do some smb2 tests
metze
(This used to be commit 1ca34c90902d71d95ea2310286a591af86804d51)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/selftest.sh | 1 | ||||
-rwxr-xr-x | source4/script/tests/test_posix.sh | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 79440b9207..1440cf6ea0 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -123,6 +123,7 @@ cat >$CONFFILE<<EOF wins support = yes server role = pdc max xmit = 32K + server max protocol = SMB2 [tmp] path = $TMPDIR diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index a9f2efc6bd..df8648caaf 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -43,7 +43,9 @@ 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" -tests="$base $raw" +smb2="SMB2-CONNECT" + +tests="$base $raw $smb2" # # please add tests you want to be skipped here! |