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

  /tools/test/connectivity/acts/framework/acts/
base_test.py 339 def _exec_procedure_func(self, func, tr_record):
350 tr_record: The TestResultRecord object associated with the test
354 func(tr_record)
360 tr_record.add_error(func.__name__, e)
376 tr_record = records.TestResultRecord(test_name, self.TAG)
377 tr_record.test_begin()
400 tr_record.add_error("teardown_test", e)
401 self._exec_procedure_func(self._on_exception, tr_record)
404 tr_record.test_fail(e)
405 self._exec_procedure_func(self._on_fail, tr_record)
    [all...]
  /test/vts/runners/host/
base_test.py 417 def _exec_procedure_func(self, func, tr_record):
428 tr_record: The TestResultRecord object associated with the test
432 func(tr_record)
438 tr_record.addError(func.__name__, e)
519 tr_record = records.TestResultRecord(test_name, self.TAG)
520 tr_record.testBegin()
540 tr_record.testFail(e)
541 self._exec_procedure_func(self._onFail, tr_record)
544 tr_record.testSkip(e)
545 self._exec_procedure_func(self._onSkip, tr_record)
    [all...]

Completed in 41 milliseconds