[test suite] added python->C HMAC test

This commit is contained in:
Michael Rash
2013-04-08 20:45:14 -04:00
parent 57773993e4
commit 748715acf8
5 changed files with 76 additions and 3 deletions
+12
View File
@@ -13,5 +13,17 @@
'function' => \&python_fko_basic_exec,
'fatal' => $NO
},
{
'category' => 'python fko extension',
'subcategory' => 'compatibility',
'detail' => 'python->C',
'function' => \&python_fko_client_to_C_server,
'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " .
"$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_sha512_short_key2_access'} " .
"-d $default_digest_file -p $default_pid_file $intf_str",
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,
'fatal' => $NO
},
);