spit out informational messages more often
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user