selftest: Be explicit about which testenvs use ntvfs
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 26 Nov 2018 00:32:03 +0000 (13:32 +1300)
committerTim Beale <timbeale@samba.org>
Tue, 27 Nov 2018 02:43:17 +0000 (03:43 +0100)
commit632b3ab7d492b9ed0b2f9709a91397104e227d4a
tree671bd1e433611c792a81608b80b3a73e4e019581
parentbaacc7039408e07efcfbade13750cc9f717b2777
selftest: Be explicit about which testenvs use ntvfs

If a testenv didn't specify any other provision arguments, then it
defaulted to using the NTVFS file server.

This patch makes it explicit, so we just pass through "--use-ntvfs" as
extra provision args in the cases we want.

(Whether all these testenvs really need to use NTVFS or not is another
question, but at least now it's easy to see which testenvs use it).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13676

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm