diff options
author | Ralph Boehme <slow@samba.org> | 2018-03-16 21:55:26 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-03-16 23:07:09 +0100 |
commit | 013aaffe7ff0ed4c30495761bb3208c29b3b5de2 (patch) | |
tree | 62a55a8b1765318f83b88d3d6621f41d358af2f6 /selftest/target/Samba3.pm | |
parent | 875ff2575feb96d06cf2290e5b6a226b32ef9758 (diff) | |
download | samba-013aaffe7ff0ed4c30495761bb3208c29b3b5de2.tar.gz |
selftest: run vfs.fruit_netatalk test against seperate share
These tests require a fs with xattr support. This allows adding
xattr_tdb to all other shares in the next commit.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13319
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target/Samba3.pm')
-rwxr-xr-x | selftest/target/Samba3.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index e6c95fa991a..343ca074fb6 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1896,6 +1896,16 @@ sub provision($$$$$$$$$) fruit:encoding = native fruit:veto_appledouble = no +[vfs_fruit_xattr] + path = $shrdir + # This is used by vfs.fruit tests that require real fs xattr + vfs objects = catia fruit streams_xattr acl_xattr + fruit:resource = file + fruit:metadata = netatalk + fruit:locking = netatalk + fruit:encoding = native + fruit:veto_appledouble = no + [vfs_fruit_metadata_stream] path = $shrdir vfs objects = fruit streams_xattr acl_xattr |