Home
last modified time | relevance | path

Searched refs:LOG_PATH (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/
Datest_integration_tests.py137 LOG_PATH = os.path.join(create_test_run_dir(), _LOG_FILE) variable
144 test.strip(), LOG_PATH)
151 print('Full test log is saved to %s' % LOG_PATH)
154 os.remove(LOG_PATH)
/tools/tradefederation/core/atest/
Datest_integration_tests.py137 LOG_PATH = os.path.join(create_test_run_dir(), _LOG_FILE) variable
144 test.strip(), LOG_PATH)
150 print('Full test log is saved to %s' % LOG_PATH)
153 os.remove(LOG_PATH)
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTestTest.java68 private static final String LOG_PATH = "/log/dir/abs/path"; field in MoblyBinaryHostTestTest
219 Mockito.doReturn(LOG_PATH).when(mSpyTest).getLogDirAbsolutePath(); in testBuildCommandLineArrayWithOutConfig()
230 "--log_path=" + LOG_PATH, in testBuildCommandLineArrayWithOutConfig()
239 Mockito.doReturn(LOG_PATH).when(mSpyTest).getLogDirAbsolutePath(); in testBuildCommandLineArrayWithConfig()
251 "--log_path=" + LOG_PATH, in testBuildCommandLineArrayWithConfig()