s3: torture: Add an SMB1 POSIX specific test POSIX-SYMLINK-PARENT.
authorJeremy Allison <jra@samba.org>
Tue, 6 Apr 2021 18:46:23 +0000 (11:46 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 7 Apr 2021 14:36:37 +0000 (14:36 +0000)
commiteb3a578b0beaf27a5baa80e1549537c826293eaf
tree3ec9efb9aeefd58d37c417964fdbcafbe4031a30
parent2f0ef147f99374dc9543a741f3a9f2c27b904f29
s3: torture: Add an SMB1 POSIX specific test POSIX-SYMLINK-PARENT.

This creates a directory, then a symlink to a directory,
and then checks we can POSIX create and delete file, directory,
symlink and hardlink filesystem objects under the symlink
parent directory.

Mark as knownfail until next commit.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail.d/symlink_parent [new file with mode: 0644]
source3/selftest/tests.py
source3/torture/proto.h
source3/torture/test_posix.c
source3/torture/torture.c