[BACK]Return to t_nat_exec.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / ipf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/ipf/t_nat_exec.sh between version 1.11 and 1.12

version 1.11, 2012/11/29 17:22:17 version 1.12, 2012/12/01 21:37:41
Line 48  nattest()
Line 48  nattest()
   
         format="$format"          format="$format"
   
           test -f in  && test -f reg || atf_fail "Test input file missing"
   
         { while read rule; do          { while read rule; do
                 atf_check -o save:save -x \                  atf_check -o save:save -x \
                     "echo \"$rule\" | ipftest $format -RDbN - -i in $args"                      "echo \"$rule\" | ipftest $format -RDbN - -i in $args"
Line 95  test_case n9_6 nattest hex hex -6
Line 97  test_case n9_6 nattest hex hex -6
 test_case n11_6 nattest text text -6  test_case n11_6 nattest text text -6
 test_case n12_6 nattest hex hex -6  test_case n12_6 nattest hex hex -6
 test_case n15_6 nattest text text -6  test_case n15_6 nattest text text -6
 failing_test_case n17_6 nattest "Test input file missing" hex hex -6  failing_test_case n17_6 nattest "Test golden output file missing" hex hex -6
   
 atf_init_test_cases()  atf_init_test_cases()
 {  {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>