diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-09 18:06:33 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-09 21:39:24 +1000 |
commit | 977db514b3c615393182154b4273beeb4ad911fe (patch) | |
tree | 137aadd40cf3e377c3a88e71e544fc588795a4d7 /source4 | |
parent | 6bfe8b74aa751fbd48f1f9c60a5617e81e3b304e (diff) | |
download | samba-977db514b3c615393182154b4273beeb4ad911fe.tar.gz samba-977db514b3c615393182154b4273beeb4ad911fe.tar.bz2 samba-977db514b3c615393182154b4273beeb4ad911fe.zip |
s4-test: added a RODC test using rpcecho
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 "$*" |