With IPv6, DAD may interfer and trigger more changes and lldpd will wait
those changes to settle.
assert out == {}
with namespaces(2):
links.up('eth1')
- time.sleep(2)
+ time.sleep(6)
with namespaces(1):
out = lldpcli("-f", "keyvalue", "show", "neighbors", "details")
assert out['lldp.eth0.port.descr'] == 'eth1'
links.down('eth1')
lldpd()
links.up('eth1')
- time.sleep(2)
+ time.sleep(6)
with namespaces(1):
out = lldpcli("-f", "keyvalue", "show", "neighbors", "details")
assert out['lldp.eth0.port.descr'] == 'eth1'