Module Name:src
Committed By: pgoyette
Date: Sat Dec 26 08:01:58 UTC 2015
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Remove the "expected failure" from test n12, and change it not to use
the "-v" command line option to ipf_test. The -v option causes it to
d
Module Name:src
Committed By: martin
Date: Thu Nov 5 10:43:42 UTC 2015
Modified Files:
src/tests/ipf/expected: in2 in2_6
Log Message:
Ooops, pilot error - revert last
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/expected/in2
cvs rdiff -u -r1
Module Name:src
Committed By: martin
Date: Thu Nov 5 10:35:58 UTC 2015
Modified Files:
src/tests/ipf/expected: in2 in2_6
Log Message:
Fix expected output to match -current NetBSD reality (port "255" is not
mapped to "reserved")
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: dholland
Date: Sat Dec 6 19:31:25 UTC 2014
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Null commit, to note that the previous commit by darrenr (which said
just "PR kern/47462") didn't even have the right PR number. The corr
Module Name:src
Committed By: martin
Date: Mon Dec 1 19:46:29 UTC 2014
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it
recently.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.
Module Name:src
Committed By: ozaki-r
Date: Tue Nov 25 08:25:46 UTC 2014
Modified Files:
src/tests/ipf/expected: n14 n14_6
Log Message:
Fix wrong expected outputs
IP addresses in the expected outputs looks reversed (in byte order).
It seems the expected outputs had been g
Module Name:src
Committed By: martin
Date: Tue Jul 15 20:00:23 UTC 2014
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Darren fixed n8 and n9 recently
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/ipf/t_nat_exec.sh
Please note that d
Module Name:src
Committed By: martin
Date: Tue Jul 15 19:51:36 UTC 2014
Modified Files:
src/tests/ipf/expected: in2_6
Log Message:
NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved"
so expect that in the parsing output instead of 255.
To generate
Module Name:src
Committed By: darrenr
Date: Sat Jul 12 14:37:49 UTC 2014
Modified Files:
src/tests/ipf/input: Makefile
src/tests/ipf/regress: Makefile
Log Message:
Test n17_6 does not yet exist so remove unrequired files and test case
To generate a diff of this c
Module Name:src
Committed By: darrenr
Date: Sat Jul 12 14:37:12 UTC 2014
Modified Files:
src/tests/ipf: t_nat_exec.sh
Removed Files:
src/tests/ipf/input: n17_6
src/tests/ipf/regress: n17_6
Log Message:
Test n17_6 does not yet exist so remove unrequired file
Module Name:src
Committed By: darrenr
Date: Mon Jun 30 17:02:55 UTC 2014
Modified Files:
src/tests/ipf/expected: Makefile
src/tests/ipf/regress: Makefile
Log Message:
New IPv6 tests for ipnat parsing need to be built by make so that they can
be executed.
To gener
Module Name:src
Committed By: darrenr
Date: Mon Jun 30 16:14:35 UTC 2014
Modified Files:
src/tests/ipf/expected: in2
Log Message:
NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved"
so expect that in the parsing output instead of 255.
To generate a
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 09:27:58 UTC 2014
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
PR kern/47462
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/ipf/t_filter_parse.sh
Please note that diffs are
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 09:26:32 UTC 2014
Modified Files:
src/tests/ipf: t_nat_parse.sh
Log Message:
Add in test cases for testing ipnat's parsing of IPv6 NAT rules
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf/t
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 09:25:31 UTC 2014
Added Files:
src/tests/ipf/expected: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
in5_6 in6_6 in8_6
src/tests/ipf/regress: in100_6 in101_6 in102_6 in1_6 in2_6 in3_6 in4_6
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 04:00:59 UTC 2014
Modified Files:
src/tests/ipf: t_nat_parse.sh
Log Message:
in2 is no longer a broken test case
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_nat_parse.sh
Please note t
Module Name:src
Committed By: martin
Date: Thu May 16 07:43:02 UTC 2013
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Mark two more test case as only failing for BE
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/ipf/t_nat_exec.sh
Ple
Module Name:src
Committed By: martin
Date: Thu May 16 07:20:29 UTC 2013
Modified Files:
src/tests/ipf: h_common.sh t_nat_exec.sh
Log Message:
Assume that the NAT failures that happen on some architectures are endianess
bugs, so do not expect failure on LE archs for now.
Module Name:src
Committed By: martin
Date: Tue Mar 19 13:23:58 UTC 2013
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Fix argument order for "n14"
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/ipf/t_nat_exec.sh
Please note that diff
Module Name:src
Committed By: martin
Date: Mon Mar 18 20:03:56 UTC 2013
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Mark a few more test cases known to only work by chance as failing
and point to PR 47665.
Julio: how do we make such cases not fail when they a
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 03:00:05 UTC 2013
Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
Log Message:
Mark some long-standing failures as known failures.
The offending tests are these:
- t_filter_exec: f26, f27.
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 23:39:30 UTC 2012
Modified Files:
src/tests/ipf: t_pools.sh
Log Message:
Christos fixed the crash in ipftest, so re-enable the failing tests.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 21:29:16 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
src/tests/ipf/regress: i14
Log Message:
Add a couple more inet6 tests to verify correct rule parsing
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 20:43:59 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
src/tests/ipf/regress: i14
Log Message:
Include an explicit test for correctly inferring family inet6 when there
is an IPv6 address in the rule
T
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:43:36 UTC 2012
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Now that expected output files have been adjusted, we can remove the
expectation that tests i14 and i19 will fail.
Should address kern/4
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:42:00 UTC 2012
Modified Files:
src/tests/ipf/expected: i19.dist
Log Message:
Without explicit address, the address family is not inferred and not
displayed in the output.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:35:33 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
Log Message:
For rules without any address, don't infer an address family.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/expe
Module Name:src
Committed By: pgoyette
Date: Sun Dec 2 08:52:07 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Test-case n3_6 is not applicable to NetBSD (according to Darren R.)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests
Module Name:src
Committed By: pgoyette
Date: Sat Dec 1 21:37:41 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
More test clean-up
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/ipf/t_nat_exec.sh
Please note that diffs are no
Module Name:src
Committed By: pgoyette
Date: Sat Dec 1 21:25:51 UTC 2012
Modified Files:
src/tests/ipf: t_pools.sh
Log Message:
Put the reason for expected failure in the correct position
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_pools.
Module Name:src
Committed By: pgoyette
Date: Sat Dec 1 04:43:44 UTC 2012
Modified Files:
src/tests/ipf: h_common.sh
Log Message:
Use proper quoting for the expected-failure reason
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/h_common.sh
Ple
Module Name:src
Committed By: pgoyette
Date: Sat Dec 1 04:40:00 UTC 2012
Modified Files:
src/tests/ipf: t_pools.sh
Log Message:
Now that we have a PR for the brokenness in "ipftest -P -N", mark the
related tests as Expected Failure rather than just skipping the tests.
T
Module Name:src
Committed By: pgoyette
Date: Sat Dec 1 04:19:24 UTC 2012
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Based on the error messages, the test is not broken, but ipftest probably
in broken.
Once we can analyze the error further, we can open
Module Name:src
Committed By: pgoyette
Date: Fri Nov 30 14:46:48 UTC 2012
Modified Files:
src/tests/ipf: h_common.sh
Log Message:
If we're going to expect a failure, we need to use the correct shell
function! "atf_expect_fail()" does not have a "_tc" in its name!
To gen
Module Name:src
Committed By: pgoyette
Date: Fri Nov 30 01:41:50 UTC 2012
Modified Files:
src/tests/ipf: Makefile
Removed Files:
src/tests/ipf: Atffile
Log Message:
Rather than providing a custom Atffile that requires separate
maintenance, just don't build or insta
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 18:54:43 UTC 2012
Modified Files:
src/tests/ipf: h_common.sh
Log Message:
fix typo in previous - missing quote
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/h_common.sh
Please note that
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 17:22:17 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Update a couple of tests to indicate that they are broken/failing because
of missing input/expected data files
To generate a diff of this c
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 17:11:19 UTC 2012
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Now that I've created PR/47262, reference it in the tests that fail
because of the PR
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 17:10:21 UTC 2012
Modified Files:
src/tests/ipf: h_common.sh
Log Message:
Add another test option for expected failures, rather than simply
skipping tests
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 16:05:34 UTC 2012
Modified Files:
src/tests/ipf: t_bpf.sh
Log Message:
Even though this test is currently disabled, fix it so it looks for the
correct input and expected-output files for test case bpf_f1
To generate
Module Name:src
Committed By: pgoyette
Date: Thu Nov 29 04:57:42 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Since all of the expected-results files provided from upstream include
the "-D" output (Dump additional internal tables), update the tests to
Module Name:src
Committed By: darrenr
Date: Sun Jul 22 16:22:41 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
src/tests/ipf/expected: Makefile
src/tests/ipf/input: Makefile
src/tests/ipf/regress: Makefile
Log Message:
test cases n201 and n20
Module Name:src
Committed By: darrenr
Date: Sun Jul 22 14:33:31 UTC 2012
Modified Files:
src/tests/ipf/expected: i12 i18 i6 in102 ip1 ip2 ip3 n11_6 n12 n12_6
n13_6 n14 n14_6 n15 n15_6 n18 n1_6 n2 n2_6 n4 n4_6 n5 n5_6 n6 n6_6
n7_6 n8_6 n9_6 ni11 ni12
Module Name:src
Committed By: pgoyette
Date: Sun Jul 8 14:45:05 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Restore the rest of the ipfilter test framework, even if most of these
tests are broken. The "golden output" files for these tests need to b
Module Name:src
Committed By: pgoyette
Date: Sun Jul 8 00:53:01 UTC 2012
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Restore one more group of tests.
XXX Test i17 was broken previously, and remains broken.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pgoyette
Date: Sun Jul 8 00:48:29 UTC 2012
Modified Files:
src/tests/ipf: t_nat_parse.sh
Log Message:
Restore some more tests from ipfilter 5.1.1
XXX Test in2 was broken before the ipfilter 5.1.1 import, and is still
XXX broken.
To generat
Module Name:src
Committed By: pgoyette
Date: Sun Jul 8 00:36:46 UTC 2012
Modified Files:
src/tests/ipf: t_pools.sh
Log Message:
Restore some more of the ipfilter 5.1.1 tests.
XXX It appears that ipftest is not handling the policy {,src-,dst-}hash
XXX correctly, so these
Module Name:src
Committed By: pgoyette
Date: Sat Jul 7 23:29:44 UTC 2012
Modified Files:
src/tests/ipf: t_filter_exec.sh t_nat_ipf_exec.sh
Log Message:
Re-enable some of the ipf tests. The only thing wrong with these tests
is that the tests were not re-imported with the
Module Name:src
Committed By: jruoho
Date: Tue Mar 27 09:27:34 UTC 2012
Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
t_nat_ipf_exec.sh
Log Message:
Mark the failing tests as broken. XXX: If no one is willing to maintain
the ip
Module Name:src
Committed By: christos
Date: Fri Mar 23 23:08:04 UTC 2012
Modified Files:
src/tests/ipf/expected: Makefile f11 f13 f18 i1 i10 i11 i12 i14 i17
i19.dist i2 i20 i3 i4 i5 i6 i7 i8 i9 in1 in2 in3 in5 in6 ip1 ip2
ipv6.6 l1 l1.b n1 n10 n11 n
Module Name:src
Committed By: martin
Date: Tue Feb 14 09:17:22 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Comment out test n3_6 - the data files are missing
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/t_nat_exec.sh
P
Module Name:src
Committed By: darrenr
Date: Mon Feb 13 18:53:09 UTC 2012
Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
t_nat_ipf_exec.sh t_nat_parse.sh t_pools.sh
src/tests/ipf/expected: Makefile f11 f13 f18 i1 i10 i11 i
Module Name:src
Committed By: pooka
Date: Sat Dec 18 13:06:51 UTC 2010
Modified Files:
src/tests/ipf: Makefile t_filter_exec.sh t_nat_exec.sh
t_nat_ipf_exec.sh t_nat_parse.sh
Added Files:
src/tests/ipf: Atffile
Log Message:
Disable test cases which have
Module Name:src
Committed By: jmmv
Date: Tue Oct 19 16:36:37 UTC 2010
Modified Files:
src/tests/ipf: h_common.sh t_bpf.sh t_filter_exec.sh t_filter_parse.sh
t_logging.sh t_nat_exec.sh t_nat_ipf_exec.sh t_nat_parse.sh
t_pools.sh
Log Message:
Oh, wow.
Module Name:src
Committed By: jmmv
Date: Sat Jul 10 17:28:36 UTC 2010
Modified Files:
src/tests/ipf: Atffile Makefile
Added Files:
src/tests/ipf: h_common.sh t_bpf.sh t_filter_exec.sh t_filter_parse.sh
t_logging.sh t_nat_exec.sh t_nat_ipf_exec.sh t_nat_p
Module Name:src
Committed By: pooka
Date: Sat Jun 12 14:07:19 UTC 2010
Modified Files:
src/tests/ipf: t_ipf.awk t_ipf.in
Log Message:
Skip failing tests. When someone figures out where the problem is,
these can be reenabled.
To generate a diff of this commit:
cvs rdiff
56 matches
Mail list logo