Details
Details
- Reviewers
kp - Group Reviewers
network - Commits
- rS365609: Add basic test for net.fibs dynamic growth.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Yay! Tests!
Do these need to be in a separate file rather than being added to fibs_tests?
Also, they seem to fail on my test vm with sysctl: oid 'net.fibs' is read only. I suspect you've fixed that in r365517.
tests/sys/netinet6/fibs6.sh | ||
---|---|---|
59 ↗ | (On Diff #76836) | Would adding no_dad to the ifconfig also work? |
Comment Actions
fibs_tests uses different approach (no vnet, no epair) and don't exist for IPv6. I'd prefer to start with a fresh one and revisit fibs_tests tests after landing D26076 and multipath support - they might need notable changes.
tests/sys/netinet6/fibs6.sh | ||
---|---|---|
59 ↗ | (On Diff #76836) | It's certainly possible, though this is more like integration test, so I'd prefer not to skip one of the steps used in prod env. |