try iprop-log commands.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20595 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -44,6 +44,7 @@ EGREP="@EGREP@"
|
||||
R=EXAMPLE.ORG
|
||||
|
||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
||||
iproplog="${TESTS_ENVIRONMENT} ../../lib/kadm5/iprop-log"
|
||||
|
||||
KRB5_CONFIG="${objdir}/krb5.conf"
|
||||
export KRB5_CONFIG
|
||||
@@ -109,4 +110,9 @@ ${EGREP} " *Principal: host/datan.example.org@EXAMPLE.ORG$" tempfile > /dev/null
|
||||
echo checking kvno
|
||||
${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
|
||||
|
||||
echo "trying iprop-log commands"
|
||||
# XXX test replay log
|
||||
${iproplog} dump > /dev/null || exit 1
|
||||
${iproplog} last-version > /dev/null || exit 1
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user