added digest cache validation after GPG tests

This commit is contained in:
Michael Rash 2011-10-22 22:06:00 -04:00
parent 1b8606461c
commit 50bcc537ee

View File

@ -641,6 +641,15 @@ my @tests = (
'fwknopd_cmdline' => $default_server_gpg_args,
'fatal' => $NO
},
{
'category' => 'GnuPG (GPG) SPA ops',
'subcategory' => 'server',
'detail' => 'digest cache structure',
'err_msg' => 'improper digest cache structure',
'function' => \&digest_cache_structure,
'fatal' => $NO
},
);