summaryrefslogtreecommitdiff
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2019-12-13 14:07:54 +0000
committerRalph Boehme <slow@samba.org>2020-04-03 15:08:31 +0000
commit63784fd6ef83c85b82723b6f9aa40786c6c31e56 (patch)
treeff0acbac87df17939a6176e879693555d23074b8 /source3/selftest/tests.py
parenta78f7478673c3f33b609b7561d1964e7923159fc (diff)
downloadsamba-63784fd6ef83c85b82723b6f9aa40786c6c31e56.tar.gz
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>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index e7455dc0a06..46a4d078f94 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -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 = [