From d18c9dc61cb0c78ce2a0dc72c716fa75fd1ab119 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 10 May 2018 17:19:47 +0100 Subject: [PATCH] s4/selftest: enable samba4.drs.replica_sync_rodc.python for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett abartlet@samba.org --- source4/selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ea8b2e2f728..ded200cf0d3 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -867,7 +867,8 @@ planoldpythontestsuite("rodc:local", "replica_sync_rodc", extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.replica_sync_rodc.python(rodc)", environ={'DC1': '$DC_SERVER', 'DC2': '$RODC_DC_SERVER'}, - extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD']) + extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'], + py3_compatible=True) planoldpythontestsuite("ad_dc_ntvfs", "password_settings", extra_path=[os.path.join(samba4srcdir, 'dsdb/tests/python')], -- 2.47.2