From: Noel Power Date: Wed, 11 Dec 2019 18:45:33 +0000 (+0000) Subject: s3/selftest: Move samba3.raw.read to ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1074 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=543553fe148ac5b52ab88be3c31e0e5fbafb8b3f;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.raw.read to ad_dc_smb1 Test samba3.raw.read fails in environments that don't support SMB1 so move it to ad_dc_smb1 and also remove the entry in skip_smb1_fails Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails index 99803fb8d41..f472ff0c86b 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -43,7 +43,6 @@ ^samba3.raw.lock\(nt4_dc\) ^samba3.raw.notify\(nt4_dc\) ^samba3.raw.oplock\(nt4_dc\) -^samba3.raw.read\(ad_dc\) ^samba3.raw.read aio\(nt4_dc\) ^samba3.raw.read\(nt4_dc\) ^samba3.raw.samba3checkfsp\(nt4_dc\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index cf20b965bd3..f9c2ab3a0d7 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -662,7 +662,7 @@ for t in tests: 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, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD') + plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD') elif t == "raw.search": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') # test the dirsort module.