summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-03-28 08:23:27 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-08 18:57:01 +0200
commit0931147cbca6cd2f438b2fa49d222606246e364d (patch)
treefb9673bab6b0d234a05b77a51eb842d933892d03 /source3/selftest
parent957cfd23e1781e342edde07fc01dbec279088afa (diff)
downloadsamba-0931147cbca6cd2f438b2fa49d222606246e364d.tar.gz
samba-0931147cbca6cd2f438b2fa49d222606246e364d.tar.bz2
samba-0931147cbca6cd2f438b2fa49d222606246e364d.zip
s3:selftest: add a few more raw.* tests
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 8 18:57:01 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index fda3be1377..361f4aa857 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -161,7 +161,9 @@ raw = ["raw.acls", "raw.chkpath", "raw.close", "raw.composite", "raw.context", "
"raw.sfileinfo.base", "raw.sfileinfo.bug", "raw.streams", "raw.unlink", "raw.write",
"raw.samba3hide", "raw.samba3badpath", "raw.sfileinfo.rename",
"raw.samba3caseinsensitive", "raw.samba3posixtimedlock",
- "raw.samba3rootdirfid", "raw.sfileinfo.end-of-file"]
+ "raw.samba3rootdirfid", "raw.sfileinfo.end-of-file",
+ "raw.bench-oplock", "raw.bench-lock", "raw.bench-open", "raw.bench-tcon",
+ "raw.samba3checkfsp", "raw.samba3closeerr", "raw.samba3oplocklogoff"]
smb2 = ["smb2.lock", "smb2.read", "smb2.compound", "smb2.connect", "smb2.scan", "smb2.scanfind",
"smb2.bench-oplock"]