mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test-network: Add test for bond peer_notif_delay
This commit is contained in:
@@ -7,3 +7,4 @@ Mode=active-backup
|
||||
PrimaryReselectPolicy=always
|
||||
MIIMonitorSec=1s
|
||||
ARPMissedMax=10
|
||||
PeerNotifyDelaySec=300s
|
||||
|
||||
@@ -1517,6 +1517,7 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities):
|
||||
print(output)
|
||||
|
||||
self.check_link_attr('bond97', 'bonding', 'arp_missed_max', '10')
|
||||
self.check_link_attr('bond97', 'bonding', 'peer_notif_delay', '300000')
|
||||
|
||||
def test_vlan(self):
|
||||
copy_network_unit('21-vlan.netdev', '11-dummy.netdev',
|
||||
|
||||
Reference in New Issue
Block a user