Home
last modified time | relevance | path

Searched refs:test_start (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Dtest_runner_handler.py143 test_start = time.time()
161 run_time = metrics_utils.convert_duration(time.time() - test_start)
Datest_main.py1210 test_start = time.time()
1239 duration=metrics_utils.convert_duration(time.time() - test_start))
1240 preparation_time = atest_execution_info.preparation_time(test_start)
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dadb_sideload_ota_tool_test.py56 def test_start(): member in AdbSideloadOtaToolTest
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1744 test_start = ad.search_logcat("GPSService: create toggle GPS log",
1747 test_start = ad.search_logcat("GPSTool_ToggleGPS: startService",
1749 if test_start:
1750 ad.log.info(test_start[-1]["log_message"].split(":")[-1].strip())