diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-11 22:32:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-12 09:37:04 +0200 |
commit | b4a730d353d67df3e42c427afb8051015a5e175b (patch) | |
tree | 60e5187a2eccbf64a265ccc07207e92474b7012a | |
parent | 4aba7752195ffda980abf4a98b870d113615f662 (diff) | |
download | samba-b4a730d353d67df3e42c427afb8051015a5e175b.tar.gz samba-b4a730d353d67df3e42c427afb8051015a5e175b.tar.bz2 samba-b4a730d353d67df3e42c427afb8051015a5e175b.zip |
s3:selftest: run smbtorture3 CHAIN1/CHAIN2 tests
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Aug 12 09:37:04 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/selftest/skip | 1 | ||||
-rwxr-xr-x | source3/selftest/tests.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source3/selftest/skip b/source3/selftest/skip index 4366ae6872..5e681729ce 100644 --- a/source3/selftest/skip +++ b/source3/selftest/skip @@ -12,7 +12,6 @@ ^samba3.smbtorture_s3.*.mangle ^samba3.smbtorture_s3.*.utable ^samba3.smbtorture_s3.*.pipe_number -^samba3.smbtorture_s3.*.CHAIN1 ^samba3.*base.charset ^samba3.*raw.acls ^samba3.*raw.composite diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 23e4c6e783..a7e3ea50a0 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -56,7 +56,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "OPLOCK1", "OPLOCK2", "OPLOCK4", "STREAMERROR", "DIR", "DIR1", "DIR-CREATETIME", "TCON", "TCONDEV", "RW1", "RW2", "RW3", "RW-SIGNING", "OPEN", "XCOPY", "RENAME", "DELETE", "DELETE-LN", "PROPERTIES", "W2K", - "TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1", + "TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1", "CHAIN2", "GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST", "LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND", "CASE-INSENSITIVE-CREATE", "SMB2-BASIC", |