summaryrefslogtreecommitdiffstats
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-12-19 14:58:01 +1300
committerGarming Sam <garming@samba.org>2014-12-22 05:57:08 +0100
commitee4324ddc24dc6d92b2fdcf87e8dc63c631e2444 (patch)
tree13d0a31fa37000c5a9da8bbf0ae9818bf105644d /source4/selftest/tests.py
parent7cfe6e91177e93f80d4d7e02d1414ca80641e13c (diff)
downloadsamba-ee4324ddc24dc6d92b2fdcf87e8dc63c631e2444.tar.gz
samba-ee4324ddc24dc6d92b2fdcf87e8dc63c631e2444.tar.xz
samba-ee4324ddc24dc6d92b2fdcf87e8dc63c631e2444.zip
selftest: Run samba.tests.dns in :local environment so it can access credentials
This allows it to access the machine account, and use that to modify the DNS zones Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 28acefaf13..ad2bcec9eb 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -278,7 +278,7 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))):
planperltestsuite("pidl.%s" % f[:-3], os.path.normpath(os.path.join(samba4srcdir, "../pidl/tests", f)))
# DNS tests
-planpythontestsuite("fl2003dc", "samba.tests.dns")
+planpythontestsuite("fl2003dc:local", "samba.tests.dns")
for t in smbtorture4_testsuites("dns_internal."):
plansmbtorture4testsuite(t, "dc:local", '//$SERVER/whavever')