s4/torture: rework stream names tests usage of local xattr call
authorRalph Boehme <slow@samba.org>
Thu, 16 Nov 2017 06:58:34 +0000 (07:58 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 29 Nov 2017 03:35:24 +0000 (04:35 +0100)
commit75a3c0f3b1f843ba9a7838aa7a1c311fc262f8c7
treee49eadbfd07edf3c684085b53be74aed37e2c8a6
parent3c1bdafde6419c266941624f57cf768e57e2bd98
s4/torture: rework stream names tests usage of local xattr call

Previously this test, that tests for correct conversion of ':' in stream
names, only worked with streams_xattr with "fruit:metadata" set to
"netatalk".

In order to have test coverage for fruit shares with other configs,
split the test into two:

one test creates the stream over SMB and run against all shares, the
other one is the unmodified existing test and is only run against the
share with streams_xattr and fruit:metadata=netatalk.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13155

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/samba3.vfs.fruit [deleted file]
source4/torture/vfs/fruit.c