s3: smbd: Fix dumb typos that meant smb1.SMB1-DFS-* tests were running against an...
commit360b739464461acece91c04b8a29da30a022ac23
authorJeremy Allison <jra@samba.org>
Thu, 30 Mar 2023 20:19:22 +0000 (30 13:19 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 06:07:01 +0000 (31 06:07 +0000)
tree010477b61243e01d652fbdc537d878e8a0a624bd
parentc3f48b0581e5a948d1f31c8a65e8294aa6c92591
s3: smbd: Fix dumb typos that meant smb1.SMB1-DFS-* tests were running against an SMB2-only fileserver.

Remove knownfail on SMB1-DFS-SEARCH-PATHS, as we now
pass it with the new SMB1 remove DFS paths before pathname processing
changes.

Note, we still fail:

smb1.SMB1-DFS-PATHS.smbtorture\(fileserver_smb1\)
smb1.SMB1-DFS-OPERATIONS.smbtorture\(fileserver_smb1\)

even with the new SMB1 remove DFS paths before pathname
processing as those tests test *very* specific Windows behaviors. We now
pass many more of the individual internal tests, but
in order to pass them all completely I need to add
specific --with-sambaserver checks to avoid some
of the Windows DFS SMB1 insanity (error messages).

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri Mar 31 06:07:01 UTC 2023 on atb-devel-224
selftest/knownfail.d/dfs_paths
source3/selftest/tests.py