mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:22:04 -04:00
spit out informational messages more often
This commit is contained in:
parent
08a768e82a
commit
0942b8e0d6
1 changed files with 4 additions and 1 deletions
|
|
@ -386,14 +386,17 @@ t1() {
|
|||
return;
|
||||
}
|
||||
|
||||
t_info("testing use of stored keys\n");
|
||||
t_info("testing use of stored keys [1]\n");
|
||||
io("test.", 6204, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
|
||||
mctx, ISC_R_SUCCESS, &nfails, &nprobs);
|
||||
t_info("testing use of stored keys [2]\n");
|
||||
io("test.", 54622, DST_ALG_RSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
|
||||
mctx, ISC_R_SUCCESS, &nfails, &nprobs);
|
||||
|
||||
t_info("testing use of stored keys [3]\n");
|
||||
io("test.", 0, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
|
||||
mctx, DST_R_NULLKEY, &nfails, &nprobs);
|
||||
t_info("testing use of stored keys [4]\n");
|
||||
io("test.", 0, DST_ALG_RSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
|
||||
mctx, DST_R_NULLKEY, &nfails, &nprobs);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue