mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
test-network: adjust mtu
This commit is contained in:
parent
f6fcc1c2a4
commit
7d7be1b9d8
@ -444,7 +444,7 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities):
|
||||
|
||||
output = subprocess.check_output(['ip', '-d', 'link', 'show', 'test1']).rstrip().decode('utf-8')
|
||||
print(output)
|
||||
self.assertRegex(output, ' mtu 2004 ')
|
||||
self.assertRegex(output, ' mtu 2000 ')
|
||||
|
||||
output = subprocess.check_output(['ip', '-d', 'link', 'show', 'vlan99']).rstrip().decode('utf-8')
|
||||
print(output)
|
||||
|
Loading…
x
Reference in New Issue
Block a user