ignore invalidCredentials (related to ITS#5893)

This commit is contained in:
Pierangelo Masarati 2009-02-10 14:11:52 +00:00
parent 017e63119b
commit c93f15514d
2 changed files with 4 additions and 4 deletions

View file

@ -195,8 +195,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
echo "Using tester for concurrent server access..." echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \ $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \ -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 \
-i '!REFERRAL' -i '!REFERRAL' -i '*INVALID_CREDENTIALS'
RC=$? RC=$?
if test $RC != 0 ; then if test $RC != 0 ; then

View file

@ -184,8 +184,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
echo "Using tester for concurrent server access..." echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \ $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD \ -D "cn=Manager,$METABASEDN" -w $PASSWD \
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \ -l $TESTLOOPS -L $TESTOLOOPS -r 20 \
-i '!REFERRAL' -i '!REFERRAL' -i '*INVALID_CREDENTIALS'
RC=$? RC=$?
if test $RC != 0 ; then if test $RC != 0 ; then