From: Noel Power Date: Thu, 10 May 2018 11:39:36 +0000 (+0100) Subject: s4/selftest: enable samba.tests.blackbox.traffic_summary for py3 X-Git-Tag: tdb-1.3.17~1740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f43e9b9d1c3cb5714558c64fe25fde227d4764;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.blackbox.traffic_summary for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index e889af63e4a..c57cdb5b202 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -805,7 +805,7 @@ planoldpythontestsuite("ad_dc_ntvfs", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("ad_dc_ntvfs", "samba.tests.blackbox.traffic_summary", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("none", "samba.tests.loadparm") #