From: Noel Power Date: Wed, 11 Dec 2019 12:28:05 +0000 (+0000) Subject: s4/selftest: move samba4.dfs.domain to ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0aa44c88d219ac57e67e459c66ae0f165eecdc7b;p=thirdparty%2Fsamba.git s4/selftest: move samba4.dfs.domain to ad_dc_smb1 Additionally remove the test entry 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 504bf39637a..fe642771539 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -172,7 +172,6 @@ ^samba4.blackbox.pkinit\(ad_dc:local\) ^samba4.blackbox.smbclient\(ad_member:local\)\(ad_member:local\) ^samba4.blackbox.smbclient\(chgdcpass:local\)\(chgdcpass:local\) -^samba4.dfs.domain\(ad_dc\) ^samba4.ldap.nested-search\(ad_dc_default\) ^samba4.libsmbclient.list_shares.NT1\(nt4_dc\) ^samba4.libsmbclient.readdirplus.NT1\(nt4_dc\) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 40670281182..f3064c429d1 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -245,7 +245,7 @@ for transport in ["ncacn_np", "ncacn_ip_tcp"]: # Tests for the DFS referral calls implementation for t in smbtorture4_testsuites("dfs."): plansmbtorture4testsuite(t, "ad_dc_ntvfs", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD') - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD') + plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD') # Tests for the NET API (net.api.become.dc tested below against all the roles) net_tests = list(filter(lambda x: "net.api.become.dc" not in x, smbtorture4_testsuites("net.")))