mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
875ff2575f
commit
013aaffe7f
@ -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
|
||||
|
@ -503,7 +503,7 @@ for t in tests:
|
||||
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_metadata_stream -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share --option=torture:share2=vfs_wo_fruit', 'metadata_stream')
|
||||
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_stream_depot -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share --option=torture:share2=vfs_wo_fruit_stream_depot', 'streams_depot')
|
||||
elif t == "vfs.fruit_netatalk":
|
||||
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_xattr -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share')
|
||||
elif t == "vfs.fruit_timemachine":
|
||||
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_timemachine -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share')
|
||||
elif t == "vfs.fruit_file_id":
|
||||
|
Loading…
Reference in New Issue
Block a user