test-network: adjust mtu

This commit is contained in:
Yu Watanabe 2019-05-16 11:49:13 +09:00
parent f6fcc1c2a4
commit 7d7be1b9d8
1 changed files with 1 additions and 1 deletions

View File

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