selftest: enable py3 for samba.tests.blackbox.ndrdump
authorJoe Guo <joeg@catalyst.net.nz>
Thu, 5 Apr 2018 03:03:18 +0000 (15:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2018 10:16:40 +0000 (12:16 +0200)
No change needed.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Apr  5 12:16:41 CEST 2018 on sn-devel-144

selftest/tests.py

index 03f189782327a5d75469bfe11134faad674c3a89..d866ca9f97011c665a19b92957c61728d2d23d45 100644 (file)
@@ -51,7 +51,7 @@ except ImportError:
     skiptestsuite("subunit", "testscenarios not available")
 else:
     planpythontestsuite("none", "subunit.tests.test_suite")
-planpythontestsuite("none", "samba.tests.blackbox.ndrdump")
+planpythontestsuite("none", "samba.tests.blackbox.ndrdump", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.blackbox.check_output", py3_compatible=True)
 planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'])
 planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)