test: enable time and user samba-tool tests
authorSean Dague <sdague@linux.vnet.ibm.com>
Wed, 2 Nov 2011 14:02:47 +0000 (10:02 -0400)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Nov 2011 03:24:20 +0000 (14:24 +1100)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/selftest/tests.py

index ba1902057b7f6d97156ab41b5a721fd8161a23ef..3b0bff1fec04a71c842a447291b8f266ce63a128 100755 (executable)
@@ -421,6 +421,10 @@ planpythontestsuite("none", "samba.tests.samdb")
 planpythontestsuite("none", "samba.tests.hostconfig")
 planpythontestsuite("none", "samba.tests.messaging")
 planpythontestsuite("none", "samba.tests.samba3sam")
+
+planpythontestsuite("dc:local", "samba.tests.samba_tool.timecmd")
+planpythontestsuite("dc:local", "samba.tests.samba_tool.user")
+
 planpythontestsuite("none", "subunit")
 planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho")
 plantestsuite_idlist("samba.tests.dcerpc.registry", "dc:local", [subunitrun, "$LISTOPT", '-U"$USERNAME%$PASSWORD"', "samba.tests.dcerpc.registry"])