Searched refs:start_standing_subprocess (Results 1 – 7 of 7) sorted by relevance
24 from acts.utils import start_standing_subprocess256 return start_standing_subprocess(cmd, 5)
179 utils.start_standing_subprocess('sleep 0', check_health_delay=0.1)182 p = utils.start_standing_subprocess('sleep 0')
249 self.pdu_process = utils.start_standing_subprocess(cmd)257 self.pdu_process = utils.start_standing_subprocess(cmd)
131 self._process = utils.start_standing_subprocess(cmd)
151 return utils.start_standing_subprocess(
440 def start_standing_subprocess(cmd, check_health_delay=0, shell=True): function
188 from acts.utils import start_standing_subprocess7997 start_standing_subprocess(cmd, 10)