From: Noel Power Date: Wed, 11 Dec 2019 18:42:24 +0000 (+0000) Subject: s3/selftest: Move samba3.base.rw1 to environment ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1076 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bce1a1bf5b73ebc0a1cf8088e7b994dd512f93b;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.base.rw1 to environment ad_dc_smb1 Test samba3.base.rw1 fails in environments that don't support SMB1 so we 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 66f4edebdda..3f4e12daf7a 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -7,7 +7,6 @@ # b) port the failing test to SMB2 # c) fix the test ^samba3.base.lock\(nt4_dc\) -^samba3.base.rw1\(ad_dc\) ^samba3.base.rw1\(nt4_dc\) ^samba3.blackbox.smbclient_auth.plain.--option=clientusespnego=no --option=clientntlmv2auth=no -mNT1\(ad_member\) ^samba3.blackbox.smbclient_auth.plain.--option=clientusespnego=no --option=clientntlmv2auth=no -mNT1.member_creds\(ad_member\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index f3a65b03783..66d27763404 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -621,7 +621,7 @@ for t in tests: plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/valid-users-tmp -U$USERNAME%$PASSWORD') plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/write-list-tmp -U$USERNAME%$PASSWORD') - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD') + plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD') elif t == "idmap.rfc2307": plantestsuite(t, "ad_member_rfc2307", [os.path.join(samba3srcdir,