diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-22 13:06:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-25 20:55:06 +0200 |
commit | 842f1c85b67b7a621a1ed98260809be85300494c (patch) | |
tree | c9ffb3fef5d0a611eeffc776727371c25d9d3d96 /source3/selftest | |
parent | ce2203762132391e8df117b89c9ad45b57c2143d (diff) | |
download | samba-842f1c85b67b7a621a1ed98260809be85300494c.tar.gz samba-842f1c85b67b7a621a1ed98260809be85300494c.tar.bz2 samba-842f1c85b67b7a621a1ed98260809be85300494c.zip |
s3:selftest: run smbtorture3 SMB2-SESSION-REAUTH
metze
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 083fb1fb4d..38e389b8fc 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -87,6 +87,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "CHAIN3", "GETADDRINFO", "UID-REGRESSION-TEST", "SHORTNAME-TEST", "CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL", "SMB2-NEGPROT", + "SMB2-SESSION-REAUTH", "CLEANUP1", "CLEANUP2", "BAD-NBT-SESSION"] |