OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tr_record
(Results
1 - 3
of
3
) sorted by null
/tools/test/connectivity/acts/framework/acts/
base_test.py
330
def _exec_procedure_func(self, func,
tr_record
):
341
tr_record
: The TestResultRecord object associated with the test
345
func(
tr_record
)
351
tr_record
.add_error(func.__name__, e)
367
tr_record
= records.TestResultRecord(test_name, self.TAG)
368
tr_record
.test_begin()
369
self.begin_time =
tr_record
.log_begin_time
370
self.test_name =
tr_record
.test_name
393
tr_record
.add_error("teardown_test", e)
394
self._exec_procedure_func(self._on_exception,
tr_record
)
[
all
...]
/test/vts/runners/host/
base_test.py
612
tr_record
= records.TestResultRecord(test_name, self.TAG)
613
tr_record
.testBegin()
618
ret = self._testEntry(
tr_record
)
635
tr_record
.testFail(e)
640
tr_record
.testSkip(e)
645
tr_record
.testFail(e)
650
tr_record
.testPass(e)
657
self.results.removeRecord(
tr_record
)
662
tr_record
.testError(e)
671
tr_record
.testPass(
[
all
...]
/test/vts-testcase/kernel/ltp/
KernelLtpTest.py
440
tr_record
= records.TestResultRecord(test_name, self.TAG)
441
self.results.requested.append(
tr_record
)
Completed in 469 milliseconds