1
0
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:
Yu Watanabe
2022-11-17 20:44:56 +09:00
parent 8c92063633
commit 77d5f36d93
2 changed files with 4 additions and 0 deletions

View File

@@ -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):