freebsd-dev/tests/sys/netinet6
Alexander V. Chernikov f63825ff21 testing: improve python vnet wrapper.
* Derive jail name from class name and method name, instead of just
method name. This change reduces the chances of different tests
clashing.
 Old: 'jail_test_one'. New: 'pytest:TestExampleSimplest:test_one'
* Simplify vnetX_handler() method signature by skipping obj_map (unused)
 and pipe. The latter can be accessed as the vnet property.
* Add `send_object()` method as a pair to the `wait_object` inside the
 VnetTestTemplate class.
* Add `test_id` property to the BaseTest method. Previously it was
 provided only for the VnetTestTemplate class. This change makes
 the identifier easily accessible for all users.

MFC after:	2 weeks
2022-12-29 19:59:11 +00:00
..
frag6 tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
divert.sh Proper check if divert(4) module is present by the relevant tests 2020-05-27 16:33:00 +00:00
exthdr.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
exthdr.sh ping: fix some man pages and tests after r368045 2020-11-26 04:55:02 +00:00
fibs6.sh Add basic test for net.fibs dynamic growth. 2020-09-10 19:25:51 +00:00
forward6.sh Add basic IPv4/IPv6 forwarding tests. 2020-03-10 19:52:19 +00:00
lpm6.sh ping: fix some man pages and tests after r368045 2020-11-26 04:55:02 +00:00
Makefile netinet6: add ip6_output() tests. 2022-07-07 10:09:28 +00:00
mld.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
mld.sh icmpv6: Fix mbuf change in mld 2019-11-18 21:59:47 +00:00
ndp.sh ndp tests: fix cleanup 2021-12-13 18:14:59 +01:00
output6.sh ping: fix some man pages and tests after r368045 2020-11-26 04:55:02 +00:00
proxy_ndp.sh netinet6: fix ndp proxying 2022-05-30 10:53:33 +00:00
redirect.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
redirect.sh Fix IPv6 regression introduced by r362900. 2020-07-03 08:06:26 +00:00
scapyi386.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
scapyi386.sh Reenable netinet6 and netpfil tests on i386, net/scapy 2.4.3_2 contains the fix 2019-11-08 18:56:02 +00:00
test_ip6_output.py testing: improve python vnet wrapper. 2022-12-29 19:59:11 +00:00