From 50bcc537eea23e9cd269a51e63d9da525c0a91ac Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 22 Oct 2011 22:06:00 -0400 Subject: [PATCH] added digest cache validation after GPG tests --- test/test-fwknop.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 0f0331b4..40cbaecd 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -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 + }, + );