Home
last modified time | relevance | path

Searched refs:attach_retries (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/
Duxm_cellular_simulator.py581 attach_retries): argument
612 for index in range(1, attach_retries+1):
661 def wait_until_attached(self, dut, timeout, attach_retries): argument
682 attach_retries)
691 for _ in range(1, attach_retries+1):
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DPresetSimulation.py104 self.attach_retries)
DBaseSimulation.py117 self.attach_retries = test_config.get(self.KEY_ATTACH_RETRIES,
191 for i in range(self.attach_retries):
214 if i < self.attach_retries - 1: