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

  /tools/test/connectivity/acts/framework/acts/
base_test.py 31 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
230 self.log.info(RESULT_LINE_TEMPLATE, test_name, record.result)
256 self.log.info(RESULT_LINE_TEMPLATE, test_name, record.result)
279 self.log.info(RESULT_LINE_TEMPLATE, test_name, record.result)
303 self.log.info(RESULT_LINE_TEMPLATE, test_name, record.result)
  /test/vts/runners/host/
base_test.py 39 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
298 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
326 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
351 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)

Completed in 95 milliseconds