summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-05-06 11:20:28 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-06-12 06:57:15 +0200
commit310250935ecdd9c92a6b6ea49b11555fe28b459b (patch)
tree879e140b651f775324c14ab855e99f4b82d8f70e /selftest/tests.py
parent751726c02dafcc36dd7fa25d3004ab5815b6b6b9 (diff)
downloadsamba-310250935ecdd9c92a6b6ea49b11555fe28b459b.tar.gz
KCC: add tests for kcc.graph repltimes functions
There used to be bugs in these. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 72390947949..ef2f6a4bc0b 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -96,6 +96,7 @@ planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr")
planpythontestsuite("none", "samba.tests.ntacls")
planpythontestsuite("none", "samba.tests.policy")
+planpythontestsuite("none", "samba.tests.kcc.graph")
planpythontestsuite("none", "samba.tests.kcc.graph_utils")
planpythontestsuite("none", "samba.tests.kcc.kcc_utils")
planpythontestsuite("none", "samba.tests.kcc.ldif_import_export")