summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-12-02 07:42:07 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-07 08:28:15 +0100
commit9fec73821b2b92cd765e4c826baa2cba15843be2 (patch)
treeba6bbbd34fd77fd59ed99fb58125c896f9752c4f /source3
parent47c0e3282ffd269bb69eec761e7daf9879af384f (diff)
downloadsamba-9fec73821b2b92cd765e4c826baa2cba15843be2.tar.gz
selftest: also run vfs_fruit tests with streams_depot
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12427 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit f7b0982826b58cfcdaf8782e15c2440f31a45ba2)
Diffstat (limited to 'source3')
-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 37da97ae6d7..49ab68cc771 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -409,6 +409,7 @@ for t in tests:
elif t == "vfs.fruit":
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share')
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_metadata_stream -U$USERNAME%$PASSWORD')
+ plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_stream_depot -U$USERNAME%$PASSWORD')
elif t == "vfs.fruit_netatalk":
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share')
elif t == "rpc.schannel_anon_setpw":