]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4/selftest: Move samba4.rpc.join tests from ad_dc to ad_dc_smb1
authorNoel Power <noel.power@suse.com>
Wed, 11 Dec 2019 12:53:24 +0000 (12:53 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:29 +0000 (15:08 +0000)
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 <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/skip_smb1_fails
source4/selftest/tests.py

index 8817b3d51c6fab7d5e487c9dd91e06bb1ef4c8d9..7d6ec262f4c5aff69280649ab324077b9d584840 100644 (file)
 ^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\)
index 69fdd174eeb007d652f20886c55b2f2b6bfbdcff..fee2f7d7865fbe3230129164f70965aab12ba579 100755 (executable)
@@ -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))