From: Noel Power Date: Wed, 11 Dec 2019 12:33:04 +0000 (+0000) Subject: s4/selftest: run samba4.libsmbclient.*.NT1.* tests in ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1070 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c8974b421c370257612ef2cd3359b31f97b0737;p=thirdparty%2Fsamba.git s4/selftest: run samba4.libsmbclient.*.NT1.* tests in ad_dc_smb1 additionally remove those related entries from 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 fe642771539..dc60c185469 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -173,10 +173,6 @@ ^samba4.blackbox.smbclient\(ad_member:local\)\(ad_member:local\) ^samba4.blackbox.smbclient\(chgdcpass:local\)\(chgdcpass:local\) ^samba4.ldap.nested-search\(ad_dc_default\) -^samba4.libsmbclient.list_shares.NT1\(nt4_dc\) -^samba4.libsmbclient.readdirplus.NT1\(nt4_dc\) -^samba4.libsmbclient.readdirplus_seek.NT1\(nt4_dc\) -^samba4.libsmbclient.readdirplus2.NT1\(nt4_dc\) ^samba4.rpc.authcontext with bigendian\(ad_dc\) ^samba4.rpc.authcontext with seal,padcheck\(ad_dc\) ^samba4.rpc.authcontext with validate\(ad_dc\) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index f3064c429d1..a5771461847 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -385,7 +385,7 @@ for t in libsmbclient: for proto in protocols: plansmbtorture4testsuite( t, - "nt4_dc", + "nt4_dc" if proto == "SMB3" else "nt4_dc_smb1_done", libsmbclient_testargs + [ "--option=torture:clientprotocol=%s" % proto], "samba4.%s.%s" % (t, proto))