From: Andrew Bartlett Date: Thu, 16 Aug 2018 21:31:10 +0000 (+1200) Subject: selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:local X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;ds=sidebyside;h=da6530d9d18e5923ebd94c8a3f2865a193b37a73;p=gd%2Fsamba%2F.git selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:local Before this patch, no python3-compatible tests ran against any of fl2000dc, vampire_2000_dc or chgdcpass and so an autobuild of the samba-ad-dc-2-py3 environment would fail with no tests to run. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ec2a84a88c8..17f2ae0bf8f 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -638,7 +638,9 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsetting planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites") planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd") -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.rpcecho", py3_compatible=True) +# Run this against chgdcpass to ensure at least one python3 test +# against this autobuild target (samba-ad-dc-2) +planpythontestsuite("chgdcpass:local", "samba.tests.dcerpc.rpcecho", py3_compatible=True) planoldpythontestsuite("nt4_dc", "samba.tests.netbios", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNAME%$PASSWORD"'])