summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-09-14 09:31:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-10-23 15:40:48 +0200
commite583a926eb92a59fafab65830195bae582826198 (patch)
treeace3c0fe2252828d78f49d4d03327e9ff0107023 /selftest/tests.py
parent806c1bcacdce707b23369fe268bf5220d5224c45 (diff)
downloadsamba-e583a926eb92a59fafab65830195bae582826198.tar.gz
python: Port tests of samba.messaging to Python 3 compatible form.
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> 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): Mon Oct 23 15:40:48 CEST 2017 on sn-devel-144
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 639bc63649d..704dbad3b73 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -73,7 +73,8 @@ planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc")
planpythontestsuite("none", "samba.tests.dcerpc.array")
planpythontestsuite("none", "samba.tests.dcerpc.string")
planpythontestsuite("none", "samba.tests.hostconfig")
-planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",
+ py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba3sam")
planpythontestsuite(
"none", "wafsamba.tests.test_suite",