diff options
author | Lumir Balhar <lbalhar@redhat.com> | 2017-01-18 11:38:55 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-03-10 07:31:11 +0100 |
commit | 9843ccef878ba473db68dbbd2a6b89d5a3369f88 (patch) | |
tree | d6a9b3176849e068cb647d6411c3f026f9bf55fa /selftest | |
parent | 3b1c0ba98a8497172d2124e8555e1c504781b8f9 (diff) | |
download | samba-9843ccef878ba473db68dbbd2a6b89d5a3369f88.tar.gz |
python: samba.tests.dcerpc.misc: Port and enable tests
Port tests of samba.dcerpc.misc module to Python 3 compatible form
and enable their execution with Python 3.
Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py index 77a17a0279e..150948325b3 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -57,7 +57,7 @@ planpythontestsuite("none", "samba.tests.registry") planpythontestsuite("none", "samba.tests.auth") planpythontestsuite("none", "samba.tests.get_opt") planpythontestsuite("none", "samba.tests.security") -planpythontestsuite("none", "samba.tests.dcerpc.misc") +planpythontestsuite("none", "samba.tests.dcerpc.misc", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.integer") planpythontestsuite("none", "samba.tests.param", py3_compatible=True) planpythontestsuite("none", "samba.tests.upgrade") |