s4/selftest/tests.py enable samba.tests.getdcname for py3
authorNoel Power <noel.power@suse.com>
Thu, 17 May 2018 14:57:38 +0000 (15:57 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Sep 2018 13:18:27 +0000 (15:18 +0200)
source4/selftest/tests.py

index 448447c04edd1db309a0d392b23b914c499d76c8..12c42e9f710e3808f173e72a76bf438dfa458e7f 100755 (executable)
@@ -730,7 +730,8 @@ if have_heimdal_support:
 
 planoldpythontestsuite("fl2008r2dc:local",
                        "samba.tests.getdcname",
-                       extra_args=['-U"$USERNAME%$PASSWORD"'])
+                       extra_args=['-U"$USERNAME%$PASSWORD"'],
+                       py3_compatible=True)
 
 planoldpythontestsuite("ad_dc",
                        "samba.tests.net_join_no_spnego",