summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-03 15:34:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:09 -0500
commita4a9772e2ce2b59f4acda997c0e9209bd1526c05 (patch)
tree04e29b950e58b1a41b7ad81d8c191668992bf7d9
parent2de3bbbdb09d43f661d1c5214bb5a4d524d29182 (diff)
downloadsamba-a4a9772e2ce2b59f4acda997c0e9209bd1526c05.tar.gz
samba-a4a9772e2ce2b59f4acda997c0e9209bd1526c05.tar.bz2
samba-a4a9772e2ce2b59f4acda997c0e9209bd1526c05.zip
r21677: Run some of the other ldap tests, too
(This used to be commit b8f43e1eb1f626690df61e75ce1a06a94d19cf64)
-rwxr-xr-xsource4/script/tests/test_ldap.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh
index 3a781c1c61..a6df4362ad 100755
--- a/source4/script/tests/test_ldap.sh
+++ b/source4/script/tests/test_ldap.sh
@@ -30,9 +30,10 @@ for p in $PROTOCOLS; do
done
done
-testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP
-
-testit "LDAP-UPTODATENESS" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ LDAP-UPTODATENESS
+for t in CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
+do
+ testit "$t" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ $t
+done
# only do the ldb tests when not in quick mode - they are quite slow, and ldb
# is now pretty well tested by the rest of the quick tests anyway