mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
4b593f9d39
There was a check `self.assertNotEqual(br1_external_routes, br2_external_routes)` that verifies the external route entries of BR1 and BR2 are different, based on the fact that their external route prefixes (in /64) were different. However, today we're using generic external routes like `fc00::/7` so the external route entries will be the same when BR1 and BR2 have the same RLOC16. I updated the test case to verify that the devices have expected external route entries respectively.