Home
last modified time | relevance | path

Searched refs:rootcanal_running (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py114 def _teardown_class_core(rootcanal_running, rootcanal_process, rootcanal_logger, subprocess_wait_ti… argument
115 if rootcanal_running:
134 def dump_crashes_core(dut, cert, rootcanal_running, rootcanal_process, rootcanal_logpath): argument
139 if rootcanal_running and not is_subprocess_alive(rootcanal_process):
212 self.rootcanal_running = self.info['rootcanal_running']
234 _teardown_class_core(rootcanal_running=self.rootcanal_running,
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_base_test.py154 self.rootcanal_running = False
159 self.rootcanal_running = True
205 if self.rootcanal_running:
286 if self.rootcanal_running and not is_subprocess_alive(self.rootcanal_process):