History log of /openbsd/regress/sys/netinet6/rh0/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# 70788dfd 30-Dec-2020 kn <kn@openbsd.org>

py3-scapy is now scapy

OK bluhm sthen


# e7599a67 25-Dec-2020 bluhm <bluhm@openbsd.org>

Switch to scapy with python 3.


# b5d99089 17-Dec-2020 bluhm <bluhm@openbsd.org>

Remove echo headlines.


# fa6bead2 15-Jan-2020 bluhm <bluhm@openbsd.org>

Do not create files as dependency of .BEGIN rule. Noticed by
deraadt@ with make obj in regress.


# f39ab060 10-May-2019 bluhm <bluhm@openbsd.org>

Simplify the detection for installed python and scapy. Refactor
these tests to make them similar. Use the setup and cleanup
variables.


# 1a1df639 07-Jul-2017 bluhm <bluhm@openbsd.org>

Remove useless make depend targets.


# 653fceec 01-Mar-2017 bluhm <bluhm@openbsd.org>

Avoid warnings from ssh -t, check remote SUDO at beginning.


# 7b3475a7 01-Mar-2017 bluhm <bluhm@openbsd.org>

Use consistent address schema with local and remote machine. Fill
variables with example IPs from my daily test run.


# 2d33a7be 28-Feb-2017 bluhm <bluhm@openbsd.org>

IPv6 packets with routing header 0 are dropped by pf, but answered
with ICMP6 parameter problem by the network stack. This test expects
the ICMP6 packets, so disable pf on the remote machine tempora

IPv6 packets with routing header 0 are dropped by pf, but answered
with ICMP6 parameter problem by the network stack. This test expects
the ICMP6 packets, so disable pf on the remote machine temporarily.

show more ...


# 0502cf93 19-Oct-2016 tb <tb@openbsd.org>

The clean:, cleandir:, and obj: targets of src/Makefile descend into
regress/ and run python to set the IMPORT_PYTHON variable in several
test Makefiles. This results in W^X violations during 'make b

The clean:, cleandir:, and obj: targets of src/Makefile descend into
regress/ and run python to set the IMPORT_PYTHON variable in several
test Makefiles. This results in W^X violations during 'make build'.
Avoid doing that.

ok bluhm

show more ...


# 54eefd0c 02-Sep-2016 bluhm <bluhm@openbsd.org>

Print SKIPPED if a regress test cannot be executed for some reason.
This allows to identify such tests by looking at their output.


# c54bd846 31-Aug-2016 bluhm <bluhm@openbsd.org>

Split the check-setup target into smaller parts to make it easier
to configure the regression test machines.


# c733c035 17-Nov-2013 bluhm <bluhm@openbsd.org>

Adapt the IPv6 routing header type 0 tests to the current behaviour.
As header scanning is back, there is always a icmp6 parameter problem
response. Add tests that hide the routing header behind an

Adapt the IPv6 routing header type 0 tests to the current behaviour.
As header scanning is back, there is always a icmp6 parameter problem
response. Add tests that hide the routing header behind an atomic
fragment header to get the RFC 5095 behaviour. One test puts the
routing header into the second fragment so that it cannot be detected
without reassembly.

show more ...


# 7e8c0af0 13-Nov-2013 bluhm <bluhm@openbsd.org>

Add a check-setup target to make sure that all addresses and routes
are configured correctly. Add a scapy test that creates a packet
without routing header to check the setup.


# a91e3c70 31-Oct-2013 bluhm <bluhm@openbsd.org>

Do not fail the regression tests if python or the scapy package is
not installed. Print a warning, explain the problem and skip the
test in this case. Also skip the test if the environment has not

Do not fail the regression tests if python or the scapy package is
not installed. Print a warning, explain the problem and skip the
test in this case. Also skip the test if the environment has not
been configured for the remote test target machine. Fix the Makefile
to run the tests with or without an obj directory. Finally link
the netinet6 regression tests into the build.

show more ...


# 694d4422 20-Oct-2013 bluhm <bluhm@openbsd.org>

Use scapy to test IPv6 packets with routing header type 0.