summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2011-11-02 10:02:47 -0400
committerAndrew Tridgell <tridge@samba.org>2011-11-10 14:24:20 +1100
commite118d91a63df15edc71ca28f456197e9a36e648a (patch)
tree7e94229fffa4b93c3605155a4bc5a4b3559c0f9c /source4/selftest
parenta818253960d25f3f48cdf8cd3fab5e13f39d29ee (diff)
downloadsamba-e118d91a63df15edc71ca28f456197e9a36e648a.tar.gz
samba-e118d91a63df15edc71ca28f456197e9a36e648a.tar.bz2
samba-e118d91a63df15edc71ca28f456197e9a36e648a.zip
test: enable time and user samba-tool tests
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
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"])