From 7cf50b9f305d6c2cdc57f38c9b4e5f8b73301f8a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 Aug 2012 21:19:41 +1000 Subject: s4-selftest: Add testing of samba-tool ntacl sysvolreset --- source4/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7594ed7c14..b453922c46 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -439,6 +439,7 @@ planpythontestsuite("none", "samba.tests.samba3sam") planpythontestsuite("dc:local", "samba.tests.samba_tool.timecmd") planpythontestsuite("dc:local", "samba.tests.samba_tool.user") planpythontestsuite("dc:local", "samba.tests.samba_tool.group") +planpythontestsuite("plugin_s4_dc:local", "samba.tests.samba_tool.ntacl") planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") -- cgit