From 106793a42c4cc3d6209190ffa2da7190a247c1be Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 22 Mar 2018 12:21:52 +1300 Subject: [PATCH] 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 --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.11.4.GIT