mirror of
https://github.com/systemd/systemd.git
synced 2025-06-07 07:17:09 +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
|
FirewallMark=0xff00
|
||||||
Wash=yes
|
Wash=yes
|
||||||
SplitGSO=yes
|
SplitGSO=yes
|
||||||
|
RTTSec=1sec
|
||||||
|
AckFilter=aggressive
|
||||||
|
@ -3485,6 +3485,8 @@ class NetworkdTCTests(unittest.TestCase, Utilities):
|
|||||||
self.assertIn('overhead 128', output)
|
self.assertIn('overhead 128', output)
|
||||||
self.assertIn('mpu 20', output)
|
self.assertIn('mpu 20', output)
|
||||||
self.assertIn('fwmark 0xff00', output)
|
self.assertIn('fwmark 0xff00', output)
|
||||||
|
self.assertIn('rtt 1s', output)
|
||||||
|
self.assertIn('ack-filter-aggressive', output)
|
||||||
|
|
||||||
@expectedFailureIfModuleIsNotAvailable('sch_codel')
|
@expectedFailureIfModuleIsNotAvailable('sch_codel')
|
||||||
def test_qdisc_codel(self):
|
def test_qdisc_codel(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user