From: Noel Power Date: Thu, 12 Dec 2019 11:22:35 +0000 (+0000) Subject: s4/selftest: Move samba.tests.auth_log to ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1065 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc1121bc6ba65e15e90e9836e491b54046bbe800;p=thirdparty%2Fsamba.git s4/selftest: Move samba.tests.auth_log to ad_dc_smb1 Test samba.tests.auth_log will fail when run against environments that don't support SMB1 so move this test to ad_dc_smb1 and removing 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 2313e277ad4..3f5c2eee918 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -184,7 +184,6 @@ ^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\) -^samba.tests.auth_log\(ad_dc:local\) ^samba.tests.auth_log_pass_change\(ad_dc\) ^samba.tests.libsmb\(nt4_dc\) ^samba.tests.net_join_no_spnego\(ad_dc\) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 131b1343f65..30725a12bcf 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -765,7 +765,7 @@ for env in ["chgdcpass", "ad_member"]: "PASSWORD": "$DC_PASSWORD"}) if have_heimdal_support: - planoldpythontestsuite("ad_dc:local", "samba.tests.auth_log", extra_args=['-U"$USERNAME%$PASSWORD"'], + planoldpythontestsuite("ad_dc_smb1:local", "samba.tests.auth_log", extra_args=['-U"$USERNAME%$PASSWORD"'], environ={'CLIENT_IP': '10.53.57.11', 'SOCKET_WRAPPER_DEFAULT_IFACE': 11}) planoldpythontestsuite("ad_dc_ntvfs:local", "samba.tests.auth_log", extra_args=['-U"$USERNAME%$PASSWORD"'],