mirror of
https://github.com/espressif/openthread.git
synced 2026-07-24 21:14:06 +00:00
[scripts] remove CSL ping timeout constraint (#6480)
This commit is contained in:
@@ -91,7 +91,7 @@ class LowPower_7_2_01_ForwardTrackingSeries(thread_cert.TestCase):
|
||||
|
||||
# Step 3 - Verify connectivity by instructing each device to send an ICMPv6 Echo Request to the DUT
|
||||
self.assertTrue(self.nodes[SED_1].ping(leader_addr, timeout=POLL_PERIOD / 1000))
|
||||
self.assertTrue(self.nodes[SSED_1].ping(leader_addr, timeout=2 * consts.CSL_DEFAULT_PERIOD_IN_SECOND))
|
||||
self.assertTrue(self.nodes[SSED_1].ping(leader_addr))
|
||||
self.simulator.go(5)
|
||||
|
||||
# Step 4 - SED_1 requests a Forward Tracking Series by sending a Link Metrics Management Request
|
||||
|
||||
Reference in New Issue
Block a user