selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:local
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 21:31:10 +0000 (09:31 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 25 Aug 2018 07:00:16 +0000 (09:00 +0200)
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 <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/selftest/tests.py

index ec2a84a88c8d6812ac7c0b696a65cd23432ccc31..17f2ae0bf8f7a29f569b05e3bedfcbc3f9982161 100755 (executable)
@@ -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"'])