Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-20 | SRPL_FIRST() and SRPL_FOLLOW(). | Martin Pieuchot | |
2016-11-17 | Put all make targets in a loop and print a little more what each | Alexander Bluhm | |
IPv6 fragment header test is doing. | |||
2016-11-17 | Add support for OpenFlow 1.3.5 tests and make jumbo test use the new | Rafael Zalamena | |
version. ok reyk@ | |||
2016-11-17 | Send fragment with Hop-by-Hop extension header after the fragment | Alexander Bluhm | |
header. I must not be processed. | |||
2016-11-16 | Test multiple combinations of divert connections. The socket cleanup | Alexander Bluhm | |
of the first connection must remove the pf state so that the second connection can succeed. Disable two raw IP tests that do not work with the current implementation in the kernel. | |||
2016-11-16 | Add support for big reads in perl and fix the jumbo test, also remove | Rafael Zalamena | |
message type specific code from OFP encode. ok reyk@ | |||
2016-11-16 | Remove code duplication for receiving/sending OFP packets and simplify | Rafael Zalamena | |
packet-in building. ok reyk@ | |||
2016-11-15 | Mark pf states created by this regress test with a label. Remove | Alexander Bluhm | |
all such states before basic testing to make sure that these subtests are independent. | |||
2016-11-15 | Create the sys/syscall.ph header file on demand for the sendsyslog(2) | Alexander Bluhm | |
tests since Perl headers are not installed by default anymore. | |||
2016-11-15 | Sync rdomain_is_used() | Martin Pieuchot | |
2016-11-15 | rtable_init() now creates the default routing table. | Martin Pieuchot | |
2016-11-15 | Fix rdomain_is_used() now that lo(4) is created automagically. | Martin Pieuchot | |
2016-11-15 | Check for correct flags now that ::1 is set automagically. | Martin Pieuchot | |
2016-11-14 | Regression test for creating a rdomain default loopback interface. | Martin Pieuchot | |
Even if a lo(4) interface will now be created for every rdomain, we must ensure that condiguring such interface via netstart(8) still work, for example: $ cat /etc/hostname.lo1 rdomain 1 127.0.0.1 inet6 ::1/128 alias 88.76.0.3/32 | |||
2016-11-11 | Fix regress after moving ofp.h to sys/net/ | Reyk Floeter | |
2016-11-09 | Remove the path MTU workaround in the af-to tcp test. This subtest | Alexander Bluhm | |
passes without it. For ping with af-to the expected mtu is special. Adapt although pf is still broken here and this subtest is disabled. | |||
2016-11-09 | Split the pf forwarding test into more subtests to make debugging | Alexander Bluhm | |
specific failures easier. | |||
2016-11-09 | Use netstat -n in target check-setup to avoid DNS timeout. | Alexander Bluhm | |
Requested by mpi@ | |||
2016-11-09 | Use variable REMOTE_SSH to check the setup of the remote machine. | Alexander Bluhm | |
This was a copy & paste bug from another test. Found by mpi@. | |||
2016-11-06 | Update regress for IDEA cipher suite removal. | Joel Sing | |
2016-11-06 | Add regress test script for openssl command. | Kinichiro Inoguchi | |
ok beck@ | |||
2016-11-05 | fix previous; looks good to bcook@ | Ingo Schwarze | |
2016-11-05 | don't skip names that match the beginning of the file name; | Ingo Schwarze | |
joint work with bcook@ | |||
2016-11-05 | update example directory | Brent Cook | |
2016-11-05 | Add regress tests for multicasts and dynamic vxlans | Vincent Gross | |
2016-11-05 | Add regress for X25519, converted from BoringSSL. | Joel Sing | |
2016-11-05 | Set PROG so that the binary correctly gets recompiled when the libraries | Miod Vallat | |
it is linked against change. ok beck@ jsing@ | |||
2016-11-05 | add EXAMPLES and tweak some wording | Ingo Schwarze | |
2016-11-04 | a new utility for bcook@: find mlinks for portable LibreSSL | Ingo Schwarze | |
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | Joel Sing | |
code now lives. Also unbreak the regress following the symbol hiding changes in libssl. | |||
2016-11-04 | Some tests require internal symbols; have them link with the static | Philip Guenther | |
libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ | |||
2016-11-01 | Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and | Theo Buehler | |
TEST_ENV to unittets/Makefile.inc. ok otto | |||
2016-11-01 | MALLOC_OPTIONS=A no longer exists. | Theo Buehler | |
2016-10-31 | Remove the obsolete A and P flags from MALLOC_OPTIONS. | Theo Buehler | |
ok dtucker | |||
2016-10-31 | MALLOC_OPTION 'A' no longer exists. | Theo Buehler | |
2016-10-31 | fix a few suspicious (according to emacs) lines | Jasper Lievisse Adriaanse | |
2016-10-26 | In addition to forwarding and path MTU discovery with pf, check | Alexander Bluhm | |
that ICMP Time Exceeded packets are generated. Traceroute output from packets forwarded through pf and a router must contain 3 hops and every hop must respond. Do not test with af-to and reply-to rules as this does not work right now. | |||
2016-10-26 | Cleanup pflow test before fixing it. Be more verbose to make | Alexander Bluhm | |
debugging easier. Handle EINPROGRESS connect(2) error correctly. Perl pack Q fails on 32 bit machines, add workaround. Restore interfaces in END block, works also if script dies. OK florian@ | |||
2016-10-26 | use -ffloat-store to avoid too much precision which breaks the subtle test | Otto Moerbeek | |
on some platforms; suggested by and ok martynas@ | |||
2016-10-24 | using exact valus in floating point tests often does not work as expected, | Otto Moerbeek | |
use epsilon test | |||
2016-10-24 | Add regress tests for carp(4). | YASUOKA Masahiko | |
2016-10-23 | fix lgamma test on i386 and use symbolic constant; ok martynas@ | Otto Moerbeek | |
2016-10-20 | During sniffing filter strictly on icmp6 "packet too big" to avoid | Alexander Bluhm | |
that "neighbor discovery" confuses the test. | |||
2016-10-20 | By removing all the sleeps I created a race in the pf tests. The | Alexander Bluhm | |
packet was sent and its reply received before the sniffer was up and running. So sleep a second after starting the sniffer thread but before sending the packet. With pf_forward 0m51.54s, pf_fragment 1m33.59s, pf_state 0m03.64s the test are still faster than with forking. | |||
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm | |
This reduces test execution time from 2m21.95s to 1m09.80s. | |||
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm | |
This reduces test execution time from 1m20.34s to 0m37.32s. | |||
2016-10-20 | Make the test faster. Move all the packet matching code into the | Alexander Bluhm | |
pcap filter. That means the first packet sniffed is the correct one. In the success case, we can stop without waiting for a timeout. OK sashan@ | |||
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm | |
to exchange packets, the remote kernel is tested. For now it only contains a challenge ack test written by sashan@. OK sashan@ | |||
2016-10-19 | Link pf_state test to build. | Alexander Bluhm | |
2016-10-19 | Update client hello messages to follow the removal of fixed ECDH. | Joel Sing | |