D | gd_base_test_lib.py | 124 def setup_test_core(dut, cert, dut_module, cert_module): argument 125 dut.rootservice.StartStack( 130 dut.wait_channel_ready() 134 def teardown_test_core(cert, dut): argument 136 dut.rootservice.StopStack(facade_rootservice.StopStackRequest()) 139 def dump_crashes_core(dut, cert, rootcanal_running, rootcanal_process, rootcanal_logpath): argument 140 dut_crash, dut_log_tail = dut.get_crash_snippet_and_log_tail()
|