Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-11 | Add support for IKEv2 Message Fragmentation as defined in RFC 7383. | Patrick Wildt | |
ok sthen@ | |||
2019-05-10 | Simplify the detection for installed python and scapy. Refactor | Alexander Bluhm | |
these tests to make them similar. Use the setup and cleanup variables. | |||
2019-04-04 | Add an update target to regenerate the expected results. | Alexander Bluhm | |
OK krw@ | |||
2019-04-03 | Update *.ok files to reflect recent modifications to | Kenneth R Westerback | |
the auto allocation tables. | |||
2019-03-30 | tweak comment lines. | YASUOKA Masahiko | |
2019-03-30 | Add 5 test cases for | asou | |
- adding default route with "deault" - adding default route with "0.0.0.0/0" - adding 0.0.0.0 route - adding routes with mask ok yasuoka | |||
2019-02-13 | Forgot a return in previous commit to actually skip the test. | Alexander Bluhm | |
noticed by Moritz Buhl | |||
2019-02-12 | Skip test if disk type is not in /etc/disktab. There is no floppy | Alexander Bluhm | |
on arm. from Moritz Buhl | |||
2018-09-27 | Sometimes make picked the wrong rule for the adapted disklabel | Alexander Bluhm | |
program. An absolute path seems to fix this. | |||
2018-09-27 | Actually I missed the /usr/local default size change in disklabel(8). | Alexander Bluhm | |
Adjust expected output. | |||
2018-09-26 | Split the disklabel regress into multiple tests. Move all code | Alexander Bluhm | |
into Makefile. Verbose testing and failing early helps debugging. Remove the disk image during cleanup to save space. OK krw@ | |||
2018-09-25 | disklabel(8) uses hw.physmem to calculate swap and /var sizes. This | Alexander Bluhm | |
prevents reproduceable regression tests. Recompile the disklabel with a fixed memory size for this test. Also adjust expected output for recent /usr/obj and /usr/local size changes. discussed with krw@ | |||
2018-09-19 | Try to turn this into an actual regress test. | Kenneth R Westerback | |
with & ok bluhm@ | |||
2018-09-07 | Not adding ::1 on non-default lo(4) broke regress/sbin/route. | Alexander Bluhm | |
Adjust test's expected output files. OK mpi@ | |||
2018-07-28 | Use strtonum in host() | kn | |
This is simpler than checking three cases for `q' and gives nicer error messages. While here, use `v6mask' as maximum netmask instead of hardcoding it. OK sashan | |||
2018-07-11 | Some spaces have been removed from pfctl print. Adapt expected | Alexander Bluhm | |
output in regress. | |||
2018-06-04 | Allow specifying binary via ROUTE | kn | |
OK bluhm jca | |||
2018-03-22 | The iked(8) fuzzer did not fuzz encrypted payloads. With that changed | Patrick Wildt | |
the regression test uncovered code paths in the TS and CP payload parser that can trigger access to invalid memory locations. This changes the TS and CP payload parsing to add additional length checks. With hshoexer@ and markus@; OK sthen@ | |||
2018-02-20 | Test that removing a mpath RTF_CLONING route entry do not remove the | Martin Pieuchot | |
RTF_CACHED entry of a sibling RTF_CLONING entry. | |||
2018-02-19 | Correctly diff the output of test 32. | Martin Pieuchot | |
2018-02-14 | Make sure lo5 is tied to rdomain 5. | Martin Pieuchot | |
2018-02-12 | Always destroy all interfaces before starting a new test. | Martin Pieuchot | |
This should make tests following a failing test pass. | |||
2018-02-12 | Pass '-inet6' to the default loopback before each test. | Martin Pieuchot | |
In order to have reproducible tests route entries must not stay. Otherwise the 'Use' counter keeps growing. | |||
2018-02-12 | Now that the default loopback interface is brough UP when rdomain 5 | Martin Pieuchot | |
is created, it gets default IPv6 addresses. So reflect that change in netinet6 outputs. | |||
2018-02-12 | Revert previous, the changed has been backed out and I wasn't running | Martin Pieuchot | |
the last snaphot. | |||
2018-02-12 | Fix most outputs now that lo5 is getting 127.0.0.1 automagically. | Martin Pieuchot | |
2018-02-08 | Test that next-hop L2 caches are cloned using the correct MPATH route. | Martin Pieuchot | |
ok jmatthew@, claudio@, dlg@ | |||
2017-12-12 | Fix pfloadanchors tests when running with obj directory. | Alexander Bluhm | |
Remove unused file. | |||
2017-11-29 | Test invalid divert combinations and adapt error messages. | Alexander Bluhm | |
2017-11-29 | - regression tests for 'load anchor ... from ...' | Alexandr Nedvedicky | |
the test case itself comes from Leonardo Guardati | |||
2017-11-24 | Use the environment variable PFCTL to specify a different executable | Alexander Bluhm | |
for testing. Default is /sbin/pfctl. This makes test driven development easier. | |||
2017-10-11 | Generate a router advertisement with scapy and check that slaacd | Florian Obser | |
receives it by parsing slacctl show interface. This is a first stab, more things should be checked. | |||
2017-10-11 | don't create pyc files | Florian Obser | |
2017-09-12 | Sleep for some time to avoid race reporting a different number of reference | Martin Pieuchot | |
count. Iterating over the routing table implies using SRP which bump the refcount of routes for a short period of time. Depending on how work is schedule the second ifconfig(8) command might run before the timer dereference the route. Should fix races on bluhm@'s test setup. | |||
2017-09-05 | Test that MPATH routes with different priorities are insterted respecting | Martin Pieuchot | |
their priority order. | |||
2017-09-05 | Document new test. | Martin Pieuchot | |
2017-09-05 | Test that all MPATH routes attached to an interface are taken down when | Martin Pieuchot | |
the link state change. Issue reported by gerhard@ | |||
2017-08-25 | hook up slaacd; "tests should run" bluhm@ | Florian Obser | |
2017-08-25 | bluhm points out that it is preferable to have this more noisy to be | Florian Obser | |
able to debug it. | |||
2017-08-25 | regress for slaacd(8); not yet hooked to the build | Florian Obser | |
2017-08-13 | actually add the files needed by my test. noted by bluhm@, thx | Sebastian Benoit | |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit | |
manpage wording and reminder about usage() jmc@ ok florian@ henning@ | |||
2017-08-10 | Use "! cmd" for commands that are expected to fail. | Martin Pieuchot | |
Suggested by bluhm@ | |||
2017-08-10 | Test that 'route change' has no effect on a RTF_LOCAL route. | Martin Pieuchot | |
2017-08-07 | In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr. | Alexander Bluhm | |
Adapt regress test. | |||
2017-07-27 | Work around for rttest8 that some times fail due to a reference count | Martin Pieuchot | |
race in the kernel. | |||
2017-07-20 | Fixup pf109.ok and rewrite pf110 | Mike Belopuhov | |
2017-07-19 | Regression tests asserting various HFSC and FQ-CoDel functionality | Mike Belopuhov | |
2017-07-15 | regress/sbin/pfctl - use -n for pfcmd group | Adam Wolk | |
Passing in the -n which just results in the rules being parsed. The definition for the pfctlcmd testing group in the Makefile is: # pfcmd: test pfctl command line parsing This test passeed only because pfctl didn't exit with an error when it was asked to clear tables from a non existing anchor. with the -n flag we still test if the anchor command can be combined with -Fa but don't actually attempt to run the clearing code. OK mikeb@, sashan@ | |||
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm | |