From 2f5db304df80f839afe7dbe9df7105009844801f Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 18 May 2018 12:35:21 +0100 Subject: s4/selftest: enable samba.tests.net_join for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') 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 # -- cgit v1.2.1