Add wifi tests - #1557
Open
mattiaswal wants to merge 11 commits into
Open
Conversation
mattiaswal
force-pushed
the
add-wifi-tests
branch
2 times, most recently
from
July 1, 2026 20:06
032e536 to
a2607d8
Compare
mattiaswal
force-pushed
the
add-wifi-tests
branch
2 times, most recently
from
July 2, 2026 07:20
4c21b2f to
1d1afec
Compare
Infix only supports 2.4/5/6 Ghz, ignore all else.
mattiaswal
force-pushed
the
add-wifi-tests
branch
2 times, most recently
from
August 13, 2026 06:43
09cc2bd to
6332c9e
Compare
mattiaswal
marked this pull request as ready for review
August 13, 2026 11:39
Should map on physical as well, but only tested on virtual.
It must exist, and will only handle frames when in state running, therefore we keep it, but mark it internal.
* Show a vendor of the radio (hwsim) * Allow to show alot of supported AP interfaces, hwsim supports 2048
The list is keyed on (time-mark, remote-index), taken from lldpd's neighbor age and rid. rid is per remote chassis, so a chassis heard on two of its ports over one segment collides when the ages match, producing an invalid YANG list that clients reject wholesale. Nudge time-mark until the key is unique; rid is kept intact so entries still match lldpcli output.
MacMCastSender sent a fixed 50 frames at 10 pps and exited after ~5s, unlike the IPv4 msend which loops until stopped. On a loaded CI runner the filter-config step alone can take longer than that, so the stream ended before the following captures opened and static_multicast_filters failed with 0 packets on the member port. Loop the sender; the context manager already stops it on exit.
mattiaswal
force-pushed
the
add-wifi-tests
branch
from
August 13, 2026 13:00
f362fe8 to
fdde892
Compare
Make sure to check the BFD sessions before breaking the link. Also check that the fail-over happens within half of the dead interval, to make sure it is BFD that triggers the fail-over, not the OSPF dead interval timer. Signed-off-by: Mattias Walström <lazzer@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also fix some notorious flaky tests, lets hope we never see them again.
Description
Checklist
Tick relevant boxes, this PR is-a or has-a: