From d92087487d9e4c86f807631fc18a6d136f4841b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 5 Mar 2018 17:08:51 +1300 Subject: [PATCH] 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 --- source4/selftest/tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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")