summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 21894812422..f74e87345ee 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1620,6 +1620,16 @@ planpythontestsuite(
'FAST_SUPPORT': have_fast_support,
'TKT_SIG_SUPPORT': tkt_sig_support
})
+planpythontestsuite(
+ "ad_dc",
+ "samba.tests.krb5.spn_tests",
+ environ={
+ 'ADMIN_USERNAME': '$USERNAME',
+ 'ADMIN_PASSWORD': '$PASSWORD',
+ 'STRICT_CHECKING': '0',
+ 'FAST_SUPPORT': have_fast_support,
+ 'TKT_SIG_SUPPORT': tkt_sig_support
+ })
for env in [
'vampire_dc',