From: Stefan Metzmacher Date: Fri, 9 Jul 2010 07:24:30 +0000 (+0200) Subject: s4:selftest: run RPC-SAMR-LARGE-DC against the vampire_dc to test the rid alloc code X-Git-Url: http://git.samba.org/?p=kamenim%2Fsamba.git;a=commitdiff_plain;h=9e928995f0289fcf56bfa60a7541a829e2d67a38 s4:selftest: run RPC-SAMR-LARGE-DC against the vampire_dc to test the rid alloc code metze --- diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 3f2cb82915..3d331f34a9 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -523,3 +523,8 @@ plantestsuite "blackbox.group.py" none PYTHON="$PYTHON" $samba4srcdir/setup/test # DRS python tests plantestsuite "drs_delete_object.python" vampire_dc PYTHONPATH="$PYTHONPATH:$samba4srcdir/torture/drs/python" DC1=\$DC_SERVER DC2=\$VAMPIRE_DC_SERVER $SUBUNITRUN delete_object -U"\$DOMAIN/\$DC_USERNAME"%"\$DC_PASSWORD" + +# This makes sure we test the rid allocation code +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 "$*"