From: Stefan Metzmacher Date: Fri, 4 Mar 2011 15:57:28 +0000 (+0100) Subject: s4:selftest: test using the machine account of the rodc against itself X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=4b86beb98b1f600ba01a98a2a44d04c575c42953;p=metze%2Fsamba%2Fwip.git s4:selftest: test using the machine account of the rodc against itself This should test the non proxy rodc kdc path. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Mar 4 22:06:10 CET 2011 on sn-devel-104 --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 42bf7cd5a873..c4707b08868f 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -429,4 +429,5 @@ plantestsuite_loadlist("samba4.%s.two" % t, "vampire_dc", [valgrindify(smb4tortu # some RODC testing plantestsuite_loadlist("samba4.rpc.echo", "rodc", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-U$USERNAME%$PASSWORD', '-W' '$DOMAIN', 'rpc.echo']) +plantestsuite_loadlist("samba4.rpc.echo", "rodc:local", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-P', '-W' '$DOMAIN', 'rpc.echo']) plantestsuite("samba4.blackbox.provision-backend.py", "none", ["PYTHON=%s" % python, os.path.join(samba4srcdir, "setup/tests/blackbox_provision-backend.sh"), '$PREFIX/provision'])