mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[continuous-integration] fix MATN-15 ChangeOfPrimaryBBRTriggersRegistration.py (#7103)
In the previous version of this test case, the ED node was actually a REED, where the test plan asks it to be a ED. Changing the node to ED makes the topology more stable. I've run the test case 50 times locally and none of them failed.
This commit is contained in:
+2
-1
@@ -92,6 +92,7 @@ class MATN_15_ChangeOfPrimaryBBRTriggersRegistration(thread_cert.TestCase):
|
||||
TD: {
|
||||
'name': 'TD',
|
||||
'allowlist': [ROUTER_1],
|
||||
'router_eligible': False,
|
||||
'version': '1.2',
|
||||
'partition_id': 1,
|
||||
},
|
||||
@@ -116,7 +117,7 @@ class MATN_15_ChangeOfPrimaryBBRTriggersRegistration(thread_cert.TestCase):
|
||||
|
||||
td.start()
|
||||
self.simulator.go(5)
|
||||
self.assertEqual('router', td.get_state())
|
||||
self.assertEqual('child', td.get_state())
|
||||
|
||||
br2.start()
|
||||
self.simulator.go(5)
|
||||
|
||||
Reference in New Issue
Block a user