From: Stefan Metzmacher Date: Wed, 12 Sep 2012 12:15:21 +0000 (+0200) Subject: s4:selftest: run thet dlz_bind9. tests in the chgdcpass env X-Git-Tag: samba-4.0.0rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa1e84ae60badf032ac8d3980c9e45d0188ed4b7;p=thirdparty%2Fsamba.git s4:selftest: run thet dlz_bind9. tests in the chgdcpass env metze --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index fd4b6692d28..cf242e36706 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -299,7 +299,7 @@ planpythontestsuite("dc", "samba.tests.dns") # Local tests for t in smb4torture_testsuites("dlz_bind9."): #The dlz_bind9 tests needs to look at the DNS database - plansmbtorturetestsuite(t, "dc:local", "ncalrpc:localhost") + plansmbtorturetestsuite(t, "chgdcpass:local", "ncalrpc:localhost") planpythontestsuite("s3dc", "samba.tests.libsmb_samba_internal");