summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2019-12-13 12:19:38 +0000
committerRalph Boehme <slow@samba.org>2020-04-03 15:08:31 +0000
commit4d9506deae8a70db8551b66c311590383d676792 (patch)
treefb9234bf15dc0e7f7fc01563fa938c59a5e3b8fe /source3/selftest
parente4bdeabf1d464accba105296dc08e35b79de2b87 (diff)
downloadsamba-4d9506deae8a70db8551b66c311590383d676792.tar.gz
s3/selftest Move samba.raw.read to nt4_dc_smb1
Move test samba.raw.read which fails in test environments that don't support SMB1 to nt4_dc_smb1 and remove entry 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')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 4aa28ba0a6b..e7771759098 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -669,8 +669,8 @@ for t in tests:
elif t == "raw.lock" or t == "base.lock":
plansmbtorture4testsuite(t, "nt4_dc_smb1", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
elif t == "raw.read":
- plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
- plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/aio -U$USERNAME%$PASSWORD', 'aio')
+ plansmbtorture4testsuite(t, "nt4_dc_smb1", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
+ plansmbtorture4testsuite(t, "nt4_dc_smb1", '//$SERVER_IP/aio -U$USERNAME%$PASSWORD', 'aio')
plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
elif t == "raw.search":
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')