mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
test-network: add test for bond mac address config
Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
This commit is contained in:
parent
f1a69d5acc
commit
23b6bf274f
@ -4,3 +4,6 @@ Name=bond199
|
||||
|
||||
[Network]
|
||||
IPv6AcceptRA=no
|
||||
|
||||
[Link]
|
||||
MACAddress=00:11:22:33:44:55
|
||||
|
@ -3881,6 +3881,7 @@ class NetworkdBondTests(unittest.TestCase, Utilities):
|
||||
output = check_output('ip -d link show bond199')
|
||||
print(output)
|
||||
self.assertRegex(output, 'primary dummy98')
|
||||
self.assertIn('link/ether 00:11:22:33:44:55', output)
|
||||
|
||||
def test_bond_operstate(self):
|
||||
copy_network_unit('25-bond.netdev', '11-dummy.netdev', '12-dummy.netdev',
|
||||
|
Loading…
Reference in New Issue
Block a user