mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
test-network: add tests for RTT and ACK filter for CAKE
This commit is contained in:
parent
8c92063633
commit
77d5f36d93
@ -21,3 +21,5 @@ PriorityQueueingPreset=diffserv8
|
||||
FirewallMark=0xff00
|
||||
Wash=yes
|
||||
SplitGSO=yes
|
||||
RTTSec=1sec
|
||||
AckFilter=aggressive
|
||||
|
@ -3485,6 +3485,8 @@ class NetworkdTCTests(unittest.TestCase, Utilities):
|
||||
self.assertIn('overhead 128', output)
|
||||
self.assertIn('mpu 20', output)
|
||||
self.assertIn('fwmark 0xff00', output)
|
||||
self.assertIn('rtt 1s', output)
|
||||
self.assertIn('ack-filter-aggressive', output)
|
||||
|
||||
@expectedFailureIfModuleIsNotAvailable('sch_codel')
|
||||
def test_qdisc_codel(self):
|
||||
|
Loading…
Reference in New Issue
Block a user