[routing-manager] add minimal delay between RAs (#7473)

This commit adds minimal delay (3 seconds) between consecutive Router
Advertisements according to `6.2.6.  Processing Router Solicitations,
RFC4861`.
This commit is contained in:
Simon Lin
2022-03-15 12:47:26 -07:00
committed by GitHub
parent dd4ce786a8
commit 549b02e11c
3 changed files with 17 additions and 3 deletions
@@ -108,6 +108,9 @@ class MultiThreadNetworks(thread_cert.TestCase):
self.simulator.go(5)
self.assertEqual('router', router2.get_state())
# Wait for network to stabilize
self.simulator.go(15)
self.collect_ipaddrs()
logging.info("BR1 addrs: %r", br1.get_addrs())