summaryrefslogtreecommitdiffstats
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-03-04 16:57:28 +0100
committerStefan Metzmacher <metze@samba.org>2011-03-04 22:06:10 +0100
commit4b86beb98b1f600ba01a98a2a44d04c575c42953 (patch)
tree0b5379afa4324ec89505b122ee3f81055f809e93 /source4/selftest
parente90d5ab561e9bbea619ba46cfc7c1a7fc1a05b8f (diff)
downloadsamba-4b86beb98b1f600ba01a98a2a44d04c575c42953.tar.gz
samba-4b86beb98b1f600ba01a98a2a44d04c575c42953.tar.xz
samba-4b86beb98b1f600ba01a98a2a44d04c575c42953.zip
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 <metze@samba.org> Autobuild-Date: Fri Mar 4 22:06:10 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 42bf7cd5a87..c4707b08868 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'])