mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
python selftest: enable samba.tests.s3param to run with python3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
c6bba60c8b
commit
e4779b0da3
@ -26,9 +26,8 @@ import os
|
||||
import struct
|
||||
import tdb
|
||||
|
||||
import passdb
|
||||
import param as s3param
|
||||
|
||||
import samba.samba3.passdb
|
||||
from samba.samba3 import param as s3param
|
||||
|
||||
def fetch_uint32(db, key):
|
||||
try:
|
||||
|
@ -75,7 +75,7 @@ planpythontestsuite("none", "samba.tests.dcerpc.string")
|
||||
planpythontestsuite("none", "samba.tests.hostconfig")
|
||||
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",
|
||||
py3_compatible=True)
|
||||
planpythontestsuite("none", "samba.tests.s3param")
|
||||
planpythontestsuite("none", "samba.tests.s3param", py3_compatible=True)
|
||||
planpythontestsuite("none", "samba.tests.s3passdb")
|
||||
planpythontestsuite("none", "samba.tests.s3registry")
|
||||
planpythontestsuite("none", "samba.tests.s3windb")
|
||||
|
Loading…
Reference in New Issue
Block a user