Home
last modified time | relevance | path

Searched refs:child_timeout (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/tests/toranj/ncp/
Dtest-029-data-poll-interval.py67 child_timeout = int(child.get(wpan.WPAN_THREAD_CHILD_TIMEOUT), 0) * 1000 variable
69 verify(0 < default_poll_interval <= child_timeout)
117 child.set(wpan.WPAN_THREAD_CHILD_TIMEOUT, str(child_timeout / 1000 * 2))
119 verify(default_poll_interval < new_default_interval <= child_timeout * 2)
121 child.set(wpan.WPAN_THREAD_CHILD_TIMEOUT, str(child_timeout / 1000))
/openthread-3.5.0/tools/harness-automation/cases/
Ded_6_5_1.py44 time.sleep(self.child_timeout + 10)
Dsed_6_5_1.py43 time.sleep(self.child_timeout + 5)
/openthread-3.5.0/tools/harness-automation/cases_R140/
Ded_6_5_1.py44 time.sleep(self.child_timeout + 10)
Dsed_6_5_1.py43 time.sleep(self.child_timeout + 5)
/openthread-3.5.0/tests/scripts/thread-cert/
Dtest_child_supervision.py132 child_timeout = table[1]['timeout']
134 self.simulator.go(child_timeout + 1)
/openthread-3.5.0/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py348 def child_timeout(self): member in OpenThreadController
352 @child_timeout.setter
353 def child_timeout(self, value): member in OpenThreadController
Dharness_case.py146 child_timeout = settings.THREAD_CHILD_TIMEOUT variable in HarnessCase
435 if self.child_timeout or self.sed_polling_interval:
447 if self.child_timeout:
448 field.send_keys(str(self.child_timeout))
947 self.dut.child_timeout = self.child_timeout
950 self.dut.child_timeout = self.child_timeout