mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4/selftest: enable samba4.drs.getncchanges for py3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7943e5326a
commit
bcefbbb3ab
@ -1053,7 +1053,8 @@ for env in ['vampire_dc', 'promoted_dc']:
|
||||
extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')],
|
||||
name="samba4.drs.getncchanges.python(%s)" % env,
|
||||
environ={'DC1': "$DC_SERVER", 'DC2': '$%s_SERVER' % env.upper()},
|
||||
extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'])
|
||||
extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'],
|
||||
py3_compatible=True)
|
||||
|
||||
for env in ['ad_dc_ntvfs']:
|
||||
planoldpythontestsuite(env, "repl_rodc",
|
||||
|
Loading…
Reference in New Issue
Block a user