summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-03-19 16:45:09 +0100
committerMichael Adam <obnox@samba.org>2015-03-19 18:02:13 +0100
commit90125e64017b6018f7b96710f343e7992a789588 (patch)
treefa01cdac7449299ddcdb689edc2667ea1f940220 /source3/selftest
parenta4f7bc5e39707174007aad901ef095ffb30acf53 (diff)
downloadsamba-90125e64017b6018f7b96710f343e7992a789588.tar.gz
s3:torture: add samba3.smbtorture_s3.LOCAL-MESSAGING-FDPASS2b test.
This variant of the fdpass2 test tests the non-queuing fast path by sumbitting sending a message without payload, only sending the fds. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index d83a6057e99..a60e7114836 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -112,6 +112,7 @@ local_tests = [
"LOCAL-MESSAGING-FDPASS1",
"LOCAL-MESSAGING-FDPASS2",
"LOCAL-MESSAGING-FDPASS2a",
+ "LOCAL-MESSAGING-FDPASS2b",
"LOCAL-hex_encode_buf",
"LOCAL-sprintf_append",
"LOCAL-remove_duplicate_addrs2"]