From: Stefan Metzmacher Date: Thu, 13 Feb 2020 15:29:38 +0000 (+0100) Subject: s4:selftest: run samba.tests.krb5.simple_tests against ad_dc_default X-Git-Tag: ldb-2.2.0~1161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ccdf4b30de1b1e63d3fd99d33b924b816a5d37;p=thirdparty%2Fsamba.git s4:selftest: run samba.tests.krb5.simple_tests against ad_dc_default Signed-off-by: Stefan Metzmacher Reviewed-by: Isaac Boukris Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Mar 27 19:54:25 UTC 2020 on sn-devel-184 --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 6e7672fe11f..81a988ac35c 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -740,6 +740,8 @@ planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNA planoldpythontestsuite("ad_dc:local", "samba.tests.dckeytab", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("none", "samba.tests.krb5.kcrypto") +planoldpythontestsuite("ad_dc_default", "samba.tests.krb5.simple_tests", + environ={'SERVICE_USERNAME':'$SERVER'}) for env in ["ad_dc", smbv1_disabled_testenv]: planoldpythontestsuite(env, "samba.tests.smb", extra_args=['-U"$USERNAME%$PASSWORD"'])