]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: tests: Add a new test test_msdfs_hardlink() that does simple hardlinks on MSDFS...
authorJeremy Allison <jra@samba.org>
Thu, 3 Feb 2022 21:58:28 +0000 (13:58 -0800)
committerJule Anger <janger@samba.org>
Wed, 9 Feb 2022 10:23:19 +0000 (10:23 +0000)
commit6ef8465cf018fd9c4d85da232400b31b26be2dd1
tree10759712c645903c15f616270329b0bb3501d0e7
parent9a4c688c2e7dfe0c2ca1bdce4e7fa724e05b2f81
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