Activate ALTQ_HFSC, crudely check if it really limits bandwidth as we'd expect.
Details
Details
- Reviewers
donner - Group Reviewers
network - Commits
- rG2400173b9377: altq tests: Basic ALTQ test
rGe02597d7ce67: altq tests: Basic ALTQ test
rG16b3833344ad: altq tests: Basic ALTQ test
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36429 Build 33318: arc lint + arc unit
Event Timeline
tests/sys/netpfil/pf/altq.sh | ||
---|---|---|
25 | It's expected, that this command always succeed, so there is no check needed. Correct? | |
37 | There is a race condition between the "saturate" ping and the test. A busy system might have several seconds between those commands. Would it be possible to rephrase the check, so that the ping is sending i.e. 10 packets and we expect 3 of them back? |