diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2015-04-30 14:33:30 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-06-12 06:57:15 +0200 |
commit | 6328b100a3177012e0d39090e4e382b14acd4a87 (patch) | |
tree | 3fbe7d26d967f5bf31d9438c222863eb10e80512 /selftest | |
parent | e6991d2a071c0ab50d32bb002b04b87faf9200e9 (diff) | |
download | samba-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')
-rw-r--r-- | selftest/tests.py | 4 |
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")]) |