summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-07-09 09:24:30 +0200
committerStefan Metzmacher <metze@samba.org>2010-07-09 09:27:17 +0200
commit9e928995f0289fcf56bfa60a7541a829e2d67a38 (patch)
treec90c379d37024c82013fe0bf595faa4a5d32affc /source4
parentde632de6ef10cba5fd2591f1d01ab447dae595c8 (diff)
downloadsamba-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
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.sh5
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 "$*"