From: Noel Power Date: Wed, 11 Dec 2019 12:53:24 +0000 (+0000) Subject: s4/selftest: Move samba4.rpc.join tests from ad_dc to ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1068 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3b15b33c3b25ef491b495c9a70fca65d4f69d0;p=thirdparty%2Fsamba.git s4/selftest: Move samba4.rpc.join tests from ad_dc to ad_dc_smb1 Move the following tests from ad_dc to ad_dc_smb1 samba4.rpc.join with bigendian(ad_dc) samba4.rpc.join with seal,padcheck(ad_dc) samba4.rpc.join with validate(ad_dc) and additionally remove the corrosponding 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 8817b3d51c6..7d6ec262f4c 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -182,9 +182,6 @@ ^samba4.rpc.join on ncalrpc with bigendian\(ad_dc_default:local\) ^samba4.rpc.join on ncalrpc with seal,padcheck\(ad_dc_default:local\) ^samba4.rpc.join on ncalrpc with validate\(ad_dc_default:local\) -^samba4.rpc.join with bigendian\(ad_dc\) -^samba4.rpc.join with seal,padcheck\(ad_dc\) -^samba4.rpc.join with validate\(ad_dc\) ^samba4.smb.signing disabled on with -k no --option=gensec:spengo=no --signing=off domain-creds\(ad_member\) ^samba4.smb.signing disabled on with -k no --signing=off domain-creds\(ad_member\) ^samba4.smb.signing disabled on with -k yes --signing=off domain-creds\(ad_member\) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 69fdd174eeb..fee2f7d7865 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -216,7 +216,7 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]: for t in ncacn_np_tests: env = "ad_dc" transport = "ncacn_np" - if t == "rpc.authcontext": + if t in ["rpc.authcontext", "rpc.join"]: env = "ad_dc_smb1" plansmbtorture4testsuite(t, env, ["%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN'], "samba4.%s with %s" % (t, bindoptions))