projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1b86064
)
added digest cache validation after GPG tests
author
Michael Rash
<mbr@cipherdyne.org>
Sun, 23 Oct 2011 02:06:00 +0000 (22:06 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Sun, 23 Oct 2011 02:06:00 +0000 (22:06 -0400)
test/test-fwknop.pl
patch
|
blob
|
history
diff --git
a/test/test-fwknop.pl
b/test/test-fwknop.pl
index
0f0331b
..
40cbaec
100755
(executable)
--- 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
+ },
+
);