From: Ralph Boehme Date: Fri, 2 Dec 2016 06:42:07 +0000 (+0100) Subject: selftest: also run vfs_fruit tests with streams_depot X-Git-Tag: tdb-1.3.13~700 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f7b0982826b58cfcdaf8782e15c2440f31a45ba2;p=samba.git selftest: also run vfs_fruit tests with streams_depot BUG: https://bugzilla.samba.org/show_bug.cgi?id=12427 Signed-off-by: Ralph Boehme Reviewed-by: Uri Simchoni --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index b2a23af8315..0b6fff8a8d5 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1667,6 +1667,13 @@ sub provision($$$$$$$$) fruit:resource = file fruit:metadata = stream +[vfs_fruit_stream_depot] + path = $shrdir + vfs objects = fruit streams_depot acl_xattr + ea support = yes + fruit:resource = stream + fruit:metadata = stream + [badname-tmp] path = $badnames_shrdir guest ok = yes diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 2e9215f0c59..d0c081adfdf 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -419,6 +419,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":