s4/selftest: Move failing samba4.rpc.authcontext.* (ad_dc) to ad_dc_smb1
authorNoel Power <noel.power@suse.com>
Tue, 3 Mar 2020 17:24:36 +0000 (17:24 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:29 +0000 (15:08 +0000)
Move
samba4.rpc.authcontext with bigendian(ad_dc)
samba4.rpc.authcontext with seal,padcheck(ad_dc)
samba4.rpc.authcontext with validate(ad_dc)

to ad_dc_smb1 environment and remove the corrosponding entries in
skip_smb1_fail

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 dc60c1854691079c6dc41c6fae1442e027f956eb..8817b3d51c6fab7d5e487c9dd91e06bb1ef4c8d9 100644 (file)
 ^samba4.blackbox.smbclient\(ad_member:local\)\(ad_member:local\)
 ^samba4.blackbox.smbclient\(chgdcpass:local\)\(chgdcpass:local\)
 ^samba4.ldap.nested-search\(ad_dc_default\)
-^samba4.rpc.authcontext with bigendian\(ad_dc\)
-^samba4.rpc.authcontext with seal,padcheck\(ad_dc\)
-^samba4.rpc.authcontext with validate\(ad_dc\)
 ^samba4.rpc.join on ncacn_ip_tcp with bigendian\(ad_dc_default\)
 ^samba4.rpc.join on ncacn_ip_tcp with seal,padcheck\(ad_dc_default\)
 ^samba4.rpc.join on ncacn_ip_tcp with validate\(ad_dc_default\)
index a57714618477e10fad6d4f272c0e7dfb0a31f0b7..69fdd174eeb007d652f20886c55b2f2b6bfbdcff 100755 (executable)
@@ -216,6 +216,8 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
     for t in ncacn_np_tests:
         env = "ad_dc"
         transport = "ncacn_np"
+        if t == "rpc.authcontext":
+            env = "ad_dc_smb1"
         plansmbtorture4testsuite(t, env, ["%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN'], "samba4.%s with %s" % (t, bindoptions))
 
 for bindoptions in [""] + validate_list + ["bigendian"]: