From: Andrew Bartlett Date: Mon, 5 Mar 2018 04:08:51 +0000 (+1300) Subject: selftest: Move samba.tests.samba_tool{.dnscmd,.sites} to chgdcpass X-Git-Tag: talloc-2.1.13~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d92087487d9e4c86f807631fc18a6d136f4841b4;p=thirdparty%2Fsamba.git selftest: Move samba.tests.samba_tool{.dnscmd,.sites} to chgdcpass This helps reduce the runtime of ad_dc which needs to be under 50mins including build time to run on travis-ci. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 700decd8b9d..adbca195c2a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -612,8 +612,9 @@ planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl") planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check") planpythontestsuite("none", "samba.tests.samba_tool.help") -planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.sites") -planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.dnscmd") +# Run these against chgdcpass to share the runtime load +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")