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
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
forward6.sh
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
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
scapyi386.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00
scapyi386.sh
test_ip6_output.py testing: improve python vnet wrapper. 2022-12-29 19:59:11 +00:00