diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-09 09:24:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-07-09 09:27:17 +0200 |
commit | 9e928995f0289fcf56bfa60a7541a829e2d67a38 (patch) | |
tree | c90c379d37024c82013fe0bf595faa4a5d32affc | |
parent | de632de6ef10cba5fd2591f1d01ab447dae595c8 (diff) | |
download | samba-9e928995f0289fcf56bfa60a7541a829e2d67a38.tar.gz samba-9e928995f0289fcf56bfa60a7541a829e2d67a38.tar.bz2 samba-9e928995f0289fcf56bfa60a7541a829e2d67a38.zip |
s4:selftest: run RPC-SAMR-LARGE-DC against the vampire_dc to test the rid alloc code
metze
-rwxr-xr-x | source4/selftest/tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 "$*" |