History log of /src/tests/net/if_wg/t_misc.sh |
Revision | | Date | Author | Comments |
1.16 |
| 26-Aug-2024 |
riastradh | tests/net/if_wg/t_misc: Add some diagnostics.
PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails
|
1.15 |
| 28-Jul-2024 |
riastradh | wg(4): Tests should pass now.
PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails PR kern/56252: wg(4) state machine has race conditions PR kern/58463: if_wg does not work when idle.
|
1.14 |
| 28-Jul-2024 |
riastradh | tests/net/if_wg/t_misc: Elaborate in wg_rekey debug messages.
Helpful for following the test log when things go wrong.
PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails PR kern/56252: wg(4) state machine has race conditions PR kern/58463: if_wg does not work when idle.
|
1.13 |
| 28-Jul-2024 |
riastradh | tests/net/if_wg/t_misc: Tweak timeouts in wg_handshake_timeout.
Most of the timers in wg(4) have only 1sec resolution, which might be rounded in either direction, so make sure there's a 2sec buffer on either side of the event we care about (the point at which wg(4) decides to stop retrying handshake).
Won't fix any bugs, but might make the tests slightly less flaky.
PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails PR kern/56252: wg(4) state machine has race conditions
|
1.12 |
| 13-Jun-2022 |
martin | PR 56879: bump timeout for the wg_malformed test to 100 seconds, as suggested by Tom Lane - the test takes ~32 seconds on my unloaded sh4 machine.
|
1.11 |
| 26-Nov-2021 |
gson | The wg_handshake_timeout test case was failing because it contained atf_fail "failed to trigger PR kern/56252" without a corresponding atf_expect_fail "PR kern/56252", which makes no sense. Since the test case does occasionally fail on real hardware, fix this by adding the atf_expect_fail rather than by removing the atf_fail.
|
1.10 |
| 17-Jun-2021 |
riastradh | tests/net/if_wg: Only expect this to fail once!
Not sure how that happened, weird artefact of applying fuzzy patch twice or something.
|
1.9 |
| 17-Jun-2021 |
riastradh | tests/net/if_wg: Mark as flaky (PR kern/56252).
|
1.8 |
| 16-Jun-2021 |
riastradh | tests/net/if_wg: Fix typo: $ifconfig, not $ifconfg.
|
1.7 |
| 05-Nov-2020 |
martin | Fix typo
|
1.6 |
| 16-Oct-2020 |
roy | wg: Fix tests by sprinkling ifconfig -w 10
So protocols have time to finish setup.
|
1.5 |
| 31-Aug-2020 |
riastradh | tests/net/if_wg: Allow one second of leeway for rekey.
|
1.4 |
| 29-Aug-2020 |
tih | Update the if_wg tests for the human readable 'latest-handshake' output of wgconfig.
|
1.3 |
| 27-Aug-2020 |
riastradh | wg: Check mbuf chain length before m_copydata.
|
1.2 |
| 27-Aug-2020 |
riastradh | Use wgconfig as intended to show diagnostics, not a usage message.
|
1.1 |
| 26-Aug-2020 |
riastradh | Clarify wg(4)'s relation to WireGuard, pending further discussion.
Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8) tool compatible with wireguard-tools; update wg(4) for the minor changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just clarifies the current state of affairs as it exists in the development tree for now.
Mark the man page EXPERIMENTAL for extra clarity.
|