diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-11-14 10:51:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-14 15:48:33 +0100 |
commit | 17c529a35ffe9f850403c80e25ccaada86d42625 (patch) | |
tree | f725a460ed7c4d696330ef3b29c0f733ea04cf15 /source4/selftest | |
parent | b4428d771fcd665336fa9217a71768ca292600ae (diff) | |
download | samba-17c529a35ffe9f850403c80e25ccaada86d42625.tar.gz samba-17c529a35ffe9f850403c80e25ccaada86d42625.tar.bz2 samba-17c529a35ffe9f850403c80e25ccaada86d42625.zip |
s4:selftest: samba4.urgent_replication.python needs to run as "dc:local"
As it uses local files on the dc.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Nov 14 15:48:33 CET 2011 on sn-devel-104
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 4e6ce3defe..0a1ff7a1a7 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -439,7 +439,7 @@ planoldpythontestsuite("dc", "dsdb_schema_info", extra_path=[os.path.join(samba4srcdir, 'dsdb/tests/python')], name="samba4.schemaInfo.python(dc)", extra_args=['-U"$DOMAIN/$DC_USERNAME%$DC_PASSWORD"']) -plantestsuite("samba4.urgent_replication.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/urgent_replication.py"), '$PREFIX_ABS/dc/private/sam.ldb'], allow_empty_output=True) +plantestsuite("samba4.urgent_replication.python(dc)", "dc:local", [python, os.path.join(samba4srcdir, "dsdb/tests/python/urgent_replication.py"), '$PREFIX_ABS/dc/private/sam.ldb'], allow_empty_output=True) plantestsuite("samba4.ldap.dirsync.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/dirsync.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '-W', '$DOMAIN']) plantestsuite("samba4.ldap.sites.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/sites.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '-W', '$DOMAIN']) for env in ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc"]: |