Files
openthread/tests/scripts
whd 4b593f9d39 [tests] fix the check of external routes in test_multi_thread_networks.py (#9648)
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.
2023-11-27 18:29:02 -08:00
..