From: Noel Power Date: Fri, 13 Dec 2019 11:39:52 +0000 (+0000) Subject: s3/selftest: Move samba3.rap.sam to nt4_dc_smb1 X-Git-Tag: ldb-2.2.0~1053 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e848ad1232ce88840c9aa692d49b454b9a389682;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.rap.sam to nt4_dc_smb1 This tests fails against nt4_dc because it doesn't support SMB1 so we move it to nt4_dc_smb1 and remove the corrosponding entry from skip_smb1_fail Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails index 2684cfe05b3..6d78f565182 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -21,7 +21,6 @@ ^samba3.blackbox.smbclient_s3.NT1.sign.member_creds\(ad_member\) ^samba3.blackbox.smbclient_s3.NT1.sign.member_creds\(nt4_member\) ^samba3.blackbox.smbclient_s3.NT1.sign\(nt4_dc\) -^samba3.rap.sam\(nt4_dc\) ^samba3.raw.acls nfs4acl_xattr-nfs-40\(nt4_dc\) ^samba3.raw.acls nfs4acl_xattr-nfs-41\(nt4_dc\) ^samba3.raw.acls nfs4acl_xattr-simple-40\(nt4_dc\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 23cebcb872d..3896fcbd9cd 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -570,7 +570,7 @@ for t in tests: elif t == "base.createx_access": plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900') elif t == "rap.sam": - plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1') + plansmbtorture4testsuite(t, "nt4_dc_smb1", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1') plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1') elif t == "winbind.pac": plansmbtorture4testsuite(t, "ad_member:local", '//$SERVER/tmp --realm=$REALM --machine-pass --option=torture:addc=$DC_SERVER', description="machine account")