summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-06-19 12:28:07 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-15 15:18:31 +0200
commitd5413d5b6173207cbf0fb3326e8ab4567e902467 (patch)
treeec6ccb3d4a37ddf272d54ffef2c21bfeac6d4ddd /source4
parent5884ef29552c547c684fb554955b820386c2cb00 (diff)
downloadsamba-d5413d5b6173207cbf0fb3326e8ab4567e902467.tar.gz
s4/selftest: enable samba.tests.netlogonsvc for py3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index d3a1af66879..aa352cb32c9 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1145,7 +1145,8 @@ for env in ["simpleserver", "fileserver", "nt4_dc", "ad_dc", "ad_dc_ntvfs",
"ad_member", "offlinebackupdc", "restoredc", "renamedc", "labdc"]:
planoldpythontestsuite(env, "netlogonsvc",
extra_path=[os.path.join(srcdir(), 'python/samba/tests')],
- name="samba.tests.netlogonsvc.python(%s)" % env)
+ name="samba.tests.netlogonsvc.python(%s)" % env,
+ py3_compatible=True)
for env in ["ktest", "ad_member", "ad_dc_no_ntlm"]:
planoldpythontestsuite(env, "ntlmdisabled",