diff options
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
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."): |