mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3/selftest: Move samba3.smbtorture_s3.crypt.POSIX* to nt4_dc_smb1
The tests menioned below all fail when run against environments that don't support SMB1 so we move them to nt4_dc_smb1 python3 source3/selftest/tests.py | grep "^samba3.smbtorture_s3.crypt\." | grep nt4_dc_smb1 | cut -f1 -d\( | sort -u samba3.smbtorture_s3.crypt.POSIX samba3.smbtorture_s3.crypt.POSIX-ACL-OPLOCK samba3.smbtorture_s3.crypt.POSIX-ACL-SHAREROOT samba3.smbtorture_s3.crypt.POSIX-APPEND samba3.smbtorture_s3.crypt.POSIX-BLOCKING-LOCK samba3.smbtorture_s3.crypt.POSIX-MKDIR samba3.smbtorture_s3.crypt.POSIX-OFD-LOCK samba3.smbtorture_s3.crypt.POSIX-STREAM-DELETE samba3.smbtorture_s3.crypt.POSIX-SYMLINK-ACL samba3.smbtorture_s3.crypt.POSIX-SYMLINK-EA samba3.smbtorture_s3.crypt.WINDOWS-BAD-SYMLINK (this is a posix test) also remove these entries from skip_smb1_fail Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
a78f747867
commit
63784fd6ef
@ -22,17 +22,6 @@
|
||||
^samba3.raw.samba3checkfsp\(simpleserver\)
|
||||
^samba3.raw.samba3closeerr\(simpleserver\)
|
||||
^samba3.raw.samba3hide\(simpleserver\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-ACL-OPLOCK\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-ACL-SHAREROOT\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-APPEND\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-BLOCKING-LOCK\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-MKDIR\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-OFD-LOCK\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-STREAM-DELETE\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-SYMLINK-ACL\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.POSIX-SYMLINK-EA\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.crypt.WINDOWS-BAD-SYMLINK\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.hidenewfiles\(simpleserver\)\(simpleserver\)
|
||||
^samba3.smbtorture_s3.plain.MANGLE-ILLEGAL\(nt4_dc\)
|
||||
^samba3.smbtorture_s3.plain.POSIX-ACL-OPLOCK\(nt4_dc\)
|
||||
|
@ -186,7 +186,7 @@ posix_tests = ["POSIX", "POSIX-APPEND", "POSIX-SYMLINK-ACL", "POSIX-SYMLINK-EA",
|
||||
|
||||
for t in posix_tests:
|
||||
plantestsuite("samba3.smbtorture_s3.plain.%s" % t, "nt4_dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/posix_share', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"])
|
||||
plantestsuite("samba3.smbtorture_s3.crypt.%s" % t, "nt4_dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/posix_share', '$USERNAME', '$PASSWORD', smbtorture3, "-e", "-l $LOCAL_PATH"])
|
||||
plantestsuite("samba3.smbtorture_s3.crypt.%s" % t, "nt4_dc_smb1", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/posix_share', '$USERNAME', '$PASSWORD', smbtorture3, "-e", "-l $LOCAL_PATH"])
|
||||
plantestsuite("samba3.smbtorture_s3.plain.%s" % t, "ad_dc_ntvfs", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/posix_share', '$USERNAME', '$PASSWORD', smbtorture3, "", "-l $LOCAL_PATH"])
|
||||
|
||||
local_tests = [
|
||||
|
Loading…
Reference in New Issue
Block a user