From: Andrew Bartlett Date: Wed, 21 Mar 2018 23:21:52 +0000 (+1300) Subject: selftest: Do not run krb5.kdc machine account test against ad_dc X-Git-Tag: talloc-2.1.13~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106793a42c4cc3d6209190ffa2da7190a247c1be;p=thirdparty%2Fsamba.git selftest: Do not run krb5.kdc machine account test against ad_dc This code is already well tested against fl2008r2dc and just as per 8f1557a2c43e287c07723c16be78e1d858f4111d this test is slow and we can afford to be more selective here. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index adbca195c2a..e3c74900842 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -978,7 +978,7 @@ plansmbtorture4testsuite('krb5.kdc', env, ['ncacn_np:$SERVER_IP', "-k", "yes", ' "samba4.krb5.kdc with specified account") -for env in ["rodc", "promoted_dc", "ad_dc", "fl2000dc", "fl2008r2dc"]: +for env in ["rodc", "promoted_dc", "fl2000dc", "fl2008r2dc"]: if env == "rodc": # The machine account is cached at the RODC, as it is the local account extra_options = ['--option=torture:expect_rodc=true', '--option=torture:expect_cached_at_rodc=true']