From e118d91a63df15edc71ca28f456197e9a36e648a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Nov 2011 10:02:47 -0400 Subject: test: enable time and user samba-tool tests Signed-off-by: Andrew Tridgell --- source4/selftest/tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ba1902057b..3b0bff1fec 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -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"]) -- cgit