From 2af8129085042b51ac052653942116ad5998f701 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 10 Sep 2012 22:22:43 +0200 Subject: s4 dns: Add libaddns-based simple tests --- source4/selftest/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/selftest/tests.py') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index b7b9d45abd..575d61b652 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -296,6 +296,8 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))): # DNS tests planpythontestsuite("fl2003dc", "samba.tests.dns") +for t in smb4torture_testsuites("dns_internal."): + plansmbtorturetestsuite(t, "dc:local", '//$SERVER/whavever') # Local tests for t in smb4torture_testsuites("dlz_bind9."): -- cgit