Skip to content

Commit

Permalink
s4:selftest: make use of ad_dc_backup
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
metze-samba committed Feb 27, 2019
1 parent 13fe139 commit cd42d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/selftest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, ex
"samba.tests.password_hash_ldap",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)

for env in ["ad_dc", smbv1_disabled_testenv]:
for env in ["ad_dc_backup", smbv1_disabled_testenv]:
planoldpythontestsuite(env + ":local", "samba.tests.domain_backup",
extra_args=['-U"$USERNAME%$PASSWORD"'])

Expand Down

0 comments on commit cd42d70

Please sign in to comment.