summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-08 01:03:49 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 01:22:22 +0200
commit960310b68d1e57e89ec8ddd0a35ba99c0f2e2aeb (patch)
tree7cfa14950ad0c6b21130800e2c40fad10cf1814d /source3
parent67ac266ae85b57c5580a4f4dc1f49396d5ffc707 (diff)
downloadsamba-960310b68d1e57e89ec8ddd0a35ba99c0f2e2aeb.tar.gz
samba-960310b68d1e57e89ec8ddd0a35ba99c0f2e2aeb.tar.bz2
samba-960310b68d1e57e89ec8ddd0a35ba99c0f2e2aeb.zip
s3:selftest: run SMB2-BASIC
metze
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 2a3002189c..0b0da7f934 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -59,7 +59,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1",
"GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
- "CASE-INSENSITIVE-CREATE",
+ "CASE-INSENSITIVE-CREATE", "SMB2-BASIC",
"BAD-NBT-SESSION",
"LOCAL-string_to_sid", "LOCAL-CONVERT-STRING" ]