summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-05-18 12:35:21 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-15 15:18:27 +0200
commit2f5db304df80f839afe7dbe9df7105009844801f (patch)
treeb485ac5fd36b7cde7484a3bfc6ee0d5c41206ec2 /source4
parented1fd60781f7b1db42cb28d144b89058141c895f (diff)
downloadsamba-2f5db304df80f839afe7dbe9df7105009844801f.tar.gz
s4/selftest: enable samba.tests.net_join 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 c380cf8be5c..7004ba34229 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -739,7 +739,8 @@ planoldpythontestsuite("ad_dc",
py3_compatible=True)
planoldpythontestsuite("ad_dc",
"samba.tests.net_join",
- extra_args=['-U"$USERNAME%$PASSWORD"'])
+ extra_args=['-U"$USERNAME%$PASSWORD"'],
+ py3_compatible=True)
# Need to test the password hashing in multiple environments to ensure that
# all the possible options are covered
#