s4/selftest: enable samba.tests.net_join_no_spnego for py3
authorNoel Power <noel.power@suse.com>
Thu, 17 May 2018 15:06:19 +0000 (16:06 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Sep 2018 13:18:27 +0000 (15:18 +0200)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/selftest/tests.py

index 12c42e9f710e3808f173e72a76bf438dfa458e7f..c380cf8be5cec74729e15df4fca0075fbe55383f 100755 (executable)
@@ -735,7 +735,8 @@ planoldpythontestsuite("fl2008r2dc:local",
 
 planoldpythontestsuite("ad_dc",
                        "samba.tests.net_join_no_spnego",
-                       extra_args=['-U"$USERNAME%$PASSWORD"'])
+                       extra_args=['-U"$USERNAME%$PASSWORD"'],
+                       py3_compatible=True)
 planoldpythontestsuite("ad_dc",
                        "samba.tests.net_join",
                        extra_args=['-U"$USERNAME%$PASSWORD"'])