summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-07-04 11:39:28 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-07-05 02:00:25 +0200
commit31019d338d2d4b3c17b7f25d863e6d85f29c3cec (patch)
treed27cc00fba93031abeebf8c9fa81fbab773fd2e1 /selftest/tests.py
parentd5d6d209dedd60f8e99d11789f2a0d4e2bf95896 (diff)
downloadsamba-31019d338d2d4b3c17b7f25d863e6d85f29c3cec.tar.gz
python: tests: Add test for tdb_copy function from tdb_util module.
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Jul 5 02:00:25 CEST 2017 on sn-devel-144
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 175b56cd1d8..40ae20b587d 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -137,6 +137,7 @@ plantestsuite(
[os.path.join(srcdir(), "script/tests/test_traffic_summary.sh"),
configuration])
planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
+planpythontestsuite("none", "samba.tests.tdb_util", py3_compatible=True)
if with_pam:
plantestsuite("samba.tests.pam_winbind(local)", "ad_member",