Searched refs:start_standing_subprocess (Results 1 – 7 of 7) sorted by relevance
36 utils.start_standing_subprocess('sleep 0', check_health_delay=0.1)39 p = utils.start_standing_subprocess('sleep 0')
131 self._process = utils.start_standing_subprocess(cmd)
27 from acts.utils import start_standing_subprocess262 return start_standing_subprocess(cmd, 5)
151 return utils.start_standing_subprocess(
249 self.pdu_process = utils.start_standing_subprocess(cmd)257 self.pdu_process = utils.start_standing_subprocess(cmd)
439 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): function
179 from acts.utils import start_standing_subprocess7363 start_standing_subprocess(cmd, 10)