bx509d: Fix tests (log message diffs)

This commit is contained in:
Nicolas Williams
2022-01-02 21:37:43 -06:00
parent 7e311ea9bf
commit 73bb84c0f3

View File

@@ -590,7 +590,8 @@ KRB5CCNAME=$cache $gsstoken HTTP@$server | KRB5_KTNAME="$keytab" $gsstoken -r ||
{ echo "Trivial offline CA test failed (gss-token)"; exit 2; } { echo "Trivial offline CA test failed (gss-token)"; exit 2; }
# Check that we get up to three tixaddrs k/v in the log # Check that we get up to three tixaddrs k/v in the log
grep 'REQ.*numtixaddrs=4 tixaddrs=IPv4:8.8.8.8 tixaddrs=IPv4:8.9.10.11 tixaddrs=IPv4:11.11.11.11.*wrongaddr=yes' ${objdir}/messages.log || grep 'REQ.*wrongaddr=true' ${objdir}/messages.log |
grep 'tixaddrs=IPv4:11.11.11.11' ||
{ echo "KDC not warning about requests from wrong address"; exit 2; } { echo "KDC not warning about requests from wrong address"; exit 2; }
echo "Fetching a Negotiate token" echo "Fetching a Negotiate token"