summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-04-30 14:33:30 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-06-12 06:57:15 +0200
commit6328b100a3177012e0d39090e4e382b14acd4a87 (patch)
tree3fbe7d26d967f5bf31d9438c222863eb10e80512 /selftest/tests.py
parente6991d2a071c0ab50d32bb002b04b87faf9200e9 (diff)
downloadsamba-6328b100a3177012e0d39090e4e382b14acd4a87.tar.gz
KCC move and fix ldif_import_export and graph_utils tests
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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index e6a92079a5d..7cca4de1eaa 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -96,6 +96,6 @@ planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr")
planpythontestsuite("none", "samba.tests.ntacls")
planpythontestsuite("none", "samba.tests.policy")
-planpythontestsuite("none", "samba.tests.graph_utils")
-planpythontestsuite("none", "samba.tests.ldif_utils")
+planpythontestsuite("none", "samba.tests.kcc.graph_utils")
+planpythontestsuite("none", "samba.tests.kcc.ldif_import_export")
plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")])