diff options
author | Andrew Bartlett <abartlet@samba.org> | 2016-07-08 12:54:40 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2016-07-08 13:39:01 +0200 |
commit | 6e4e914c76c209f30892b2a6a2b448c344df385f (patch) | |
tree | ee1f2ec4e4d6467e121aa3371f69a2e3d4872739 /source4/selftest | |
parent | eeb0c97fdf88c7c4d46c34e4637c523664a5ee07 (diff) | |
download | samba-6e4e914c76c209f30892b2a6a2b448c344df385f.tar.gz |
selftest: Add more tests for samba-tool drs replicate
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jul 8 13:39:01 CEST 2016 on sn-devel-144
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index f3fe5546831..de7ef232160 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -635,7 +635,7 @@ plantestsuite("samba4.blackbox.renamedc.sh", "none", ["PYTHON=%s" % python, os.p for env in ['vampire_dc', 'promoted_dc']: # DRS python tests - planoldpythontestsuite(env, "samba.tests.blackbox.samba_tool_drs", + planoldpythontestsuite("%s:local" % env, "samba.tests.blackbox.samba_tool_drs", environ={'DC1': '$DC_SERVER', 'DC2': '$%s_SERVER' % env.upper()}, extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD']) planoldpythontestsuite("%s:local" % env, "replica_sync", |