From ef8aa2e471548126ee921aff7328385dd7e1bbc0 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 10 Jun 2013 22:38:55 -0400 Subject: [PATCH] [test suite] minor bug fix to add 'iptables' to custom chain test titles --- test/tests/rijndael_hmac.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/rijndael_hmac.pl b/test/tests/rijndael_hmac.pl index 65aafd8f..7f37ce65 100644 --- a/test/tests/rijndael_hmac.pl +++ b/test/tests/rijndael_hmac.pl @@ -83,7 +83,7 @@ { 'category' => 'Rijndael+HMAC', 'subcategory' => 'client+server', - 'detail' => 'custom input chain (tcp/22)', + 'detail' => 'iptables custom input chain', 'function' => \&spa_cycle, 'cmdline' => $default_client_hmac_args, 'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " . @@ -719,7 +719,7 @@ { 'category' => 'Rijndael+HMAC', 'subcategory' => 'client+server', - 'detail' => "NAT to $internal_nat_host custom chain", + 'detail' => "iptables NAT custom chain", 'function' => \&spa_cycle, 'cmdline' => "$default_client_args_no_get_key --rc-file " . "$cf{'rc_hmac_b64_key'} -N $internal_nat_host:22",