]> git.ipfire.org Git - thirdparty/samba.git/commit
selftest: Add a python blackbox test for some misc (widelink) DFS tests
authorNoel Power <noel.power@suse.com>
Tue, 11 Jun 2024 10:19:50 +0000 (11:19 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 11 Jun 2024 18:28:34 +0000 (18:28 +0000)
commit7f1de90f72d6e8287aec6ab1d9f7776b7df624e5
tree71dea7201cd610b207e2e9a347037f733f7943bf
parente535bcc698bd5eb31f5c5e0c144692988a044e79
selftest: Add a python blackbox test for some misc (widelink) DFS tests

On master attempting to chdir into a nested dfs link

e.g. cd dfslink (works)
     cd dfslink/another_dfslink (fails)

[1] Add a test for this scenario (nested chdir)
[2] Add test for enumerating a dfs link in root of dfs share
[3] Add a test to check case insensitive chdir into dfs link on widelink
  enabled share

Add knownfails for tests 1 and 3

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15435
python/samba/tests/blackbox/misc_dfs_widelink.py [new file with mode: 0644]
selftest/knownfail.d/dfs_widelink [new file with mode: 0644]
source4/selftest/tests.py