s3: tests: Add a new test test_msdfs_hardlink() that does simple hardlinks on MSDFS...
commit235ecfbbe665ecfdefd0a154104791ef611ac4ad
authorJeremy Allison <jra@samba.org>
Thu, 3 Feb 2022 21:58:28 +0000 (3 13:58 -0800)
committerJule Anger <janger@samba.org>
Wed, 9 Feb 2022 08:16:09 +0000 (9 08:16 +0000)
tree2fb2cdbcee99dca5be17d03da19849aab270367e
parentbbb7aacf4909d6cffb08b461e094cb8641ff9d39
s3: tests: Add a new test test_msdfs_hardlink() that does simple hardlinks on MSDFS root shares.

We pass this already as the cmd_hardlink in smbclient doesn't
do the DFS path conversion on the hardlink target. But it's
good to have the test.

Note we need to add the new test to "selftest/knownfail.d/smb1-tests"
as test_smbclient_s3.sh is run against the (ad_member|nt4_member)
environments first using NT1 (SMB1) protocol and then using SMB3,
but the (ad_member|nt4_member) environments don't support SMB1.
Seems a bit strange to me, but all the other SMB1 tests inside
test_smbclient_s3.sh have already been added to "selftest/knownfail.d/smb1-tests"
so just go with the test environment.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
(cherry picked from commit d7deb876053ef45313026b4dea9ee1b376153611)
selftest/knownfail.d/smb1-tests
source3/script/tests/test_smbclient_s3.sh