From: Stefan Metzmacher Date: Wed, 25 Mar 2020 21:07:39 +0000 (+0100) Subject: s4:selftest: run samba.tests.krb5.kcrypto test X-Git-Tag: ldb-2.2.0~1167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7010a1311d193c78e9f26adeafe98458217edbca;p=thirdparty%2Fsamba.git s4:selftest: run samba.tests.krb5.kcrypto test Signed-off-by: Stefan Metzmacher Reviewed-by: Isaac Boukris --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7d2ba5676eb..6e7672fe11f 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -739,6 +739,8 @@ planoldpythontestsuite("nt4_dc", "samba.tests.netbios", extra_args=['-U"$USERNAM planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("ad_dc:local", "samba.tests.dckeytab", extra_args=['-U"$USERNAME%$PASSWORD"']) +planoldpythontestsuite("none", "samba.tests.krb5.kcrypto") + for env in ["ad_dc", smbv1_disabled_testenv]: planoldpythontestsuite(env, "samba.tests.smb", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite(env + ":local", "samba.tests.ntacls_backup",