mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| frag6 | ||
| divert.sh | ||
| exthdr.py | ||
| exthdr.sh | ||
| fibs6.sh | ||
| forward6.sh | ||
| lpm6.sh | ||
| Makefile | ||
| mld.py | ||
| mld.sh | ||
| ndp.sh | ||
| output6.sh | ||
| proxy_ndp.sh | ||
| redirect.py | ||
| redirect.sh | ||
| scapyi386.py | ||
| scapyi386.sh | ||
| test_ip6_output.py | ||