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

py3-scapy is now scapy

OK bluhm sthen


# 4e9db0b2 26-Dec-2020 bluhm <bluhm@openbsd.org>

Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits.


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

Switch to scapy with python 3.


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

Remove echo headlines.


# 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.


# 4a06d417 20-Dec-2017 bluhm <bluhm@openbsd.org>

Skip this regress test if no remote test machine is specified as
environment variable.


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

Remove useless make depend targets.


# 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.


# 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.


# a97e5d84 05-Nov-2015 bluhm <bluhm@openbsd.org>

Replace a sudo with ${SUDO}.


# 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 ...


# 28050b02 31-Jan-2012 bluhm <bluhm@openbsd.org>

Add test suite for IPv6 neighbor discovery protocol. Send all kind
of solicitations to remote host and check responses. This can be
used to test both pf neighbor discovery states and the IPv6 stack.