python: Enable execution of samba.tests.security with Python 3.
authorLumir Balhar <lbalhar@redhat.com>
Tue, 8 Aug 2017 06:50:35 +0000 (08:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 6 Sep 2017 13:29:58 +0000 (15:29 +0200)
Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Sep  6 15:29:58 CEST 2017 on sn-devel-144

selftest/tests.py

index b2321537b0b4795d394b27c382f74ad026d5f553..9d1d9d3908b271b1453642f3b6821c243c507ebb 100644 (file)
@@ -58,7 +58,7 @@ planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.registry")
 planpythontestsuite("none", "samba.tests.auth", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.get_opt", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.security")
+planpythontestsuite("none", "samba.tests.security", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.dcerpc.misc", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.dcerpc.integer")
 planpythontestsuite("none", "samba.tests.param", py3_compatible=True)