From 977db514b3c615393182154b4273beeb4ad911fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Sep 2010 18:06:33 +1000 Subject: s4-test: added a RODC test using rpcecho Pair-Programmed-With: Andrew Bartlett --- source4/selftest/tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 6ed631b7bd..10a083bca9 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -535,3 +535,6 @@ plantestsuite "drs_delete_object.python" vampire_dc PYTHONPATH="$PYTHONPATH:$sam t="RPC-SAMR-LARGE-DC" plantestsuite "`normalize_testname $t.one`" vampire_dc $VALGRIND $smb4torture "\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*" plantestsuite "`normalize_testname $t.two`" vampire_dc $VALGRIND $smb4torture "\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*" + +# some RODC testing +plantestsuite "rpc.echo to RODC" "rodc" $smb4torture ncacn_np:"\$SERVER" -k yes -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" RPC-ECHO "$*" -- cgit