HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_LINE_TEMPLATE (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/framework/acts/
base_test.py 31 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
237 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
261 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
282 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
304 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 41 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
226 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
240 self.log.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
  /test/vts/runners/host/
base_test.py 47 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
412 logging.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
442 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
464 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
    [all...]

Completed in 72 milliseconds