From: Noel Power Date: Fri, 11 May 2018 15:41:44 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.rodc for PY3 X-Git-Tag: tdb-1.3.17~1611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12949bb0ad503ba31cfaafc967aadcd75136cdaa;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.rodc for PY3 --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index f07c8fc9c24..7a8f4460ec8 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -945,7 +945,7 @@ for env in ['rodc', 'offlinebackupdc', 'restoredc', 'renamedc', 'labdc']: plansmbtorture4testsuite('rpc.echo', "%s:local" % env, ['ncacn_np:$SERVER', "-k", "no", '-Utestdenied%$DC_PASSWORD', '--workgroup=$DOMAIN'], modname="samba4.rpc.echo.testdenied") plantestsuite("samba4.blackbox.smbclient(%s:local)" % env, "%s:local" % env, [os.path.join(samba4srcdir, "utils/tests/test_smbclient.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', '$DOMAIN', smbclient4]) -planpythontestsuite("rodc:local", "samba.tests.samba_tool.rodc") +planpythontestsuite("rodc:local", "samba.tests.samba_tool.rodc", py3_compatible=True) plantestsuite("samba.blackbox.rpcclient_samlogon", "rodc:local", [os.path.join(samba3srcdir, "script/tests/test_rpcclient_samlogon.sh"), "$DC_USERNAME", "$DC_PASSWORD", "ncacn_np:$SERVER", configuration])