summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-10-24 09:00:11 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-11-08 17:57:21 +0100
commite00ba05d33af9d922fcad7f24bc5814d9145d71a (patch)
treea41d02228ac362aa1029423b7464f7f0fa6198c7 /selftest/tests.py
parentaed7faeab4b1c701768bb3c56b3f3bbfd2801938 (diff)
downloadsamba-e00ba05d33af9d922fcad7f24bc5814d9145d71a.tar.gz
python: Port ntvfs posix bindings 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>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 704dbad3b73..181313ebc95 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -126,7 +126,7 @@ plantestsuite(
os.path.join(bbdir, "dbcheck-links.sh"),
'$PREFIX_ABS/provision', 'release-4-5-0-pre1', configuration])
planpythontestsuite("none", "samba.tests.upgradeprovision")
-planpythontestsuite("none", "samba.tests.xattr")
+planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True)
planpythontestsuite("none", "samba.tests.ntacls")
planpythontestsuite("none", "samba.tests.policy")
planpythontestsuite("none", "samba.tests.kcc.graph")