mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
test-network: add tests for RTT and ACK filter for CAKE
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user