Home
last modified time | relevance | path

Searched refs:test_module_name (Results 1 – 11 of 11) sorted by relevance

/test/vts/script/
Dtest_time_breakdown.py60 test_module_name = None
62 return False, test_module_name, None, None, timestamp
66 test_module_name = tokens[0][1:-1]
77 return True, test_module_name, test_case_name, "end", timestamp
79 return True, test_module_name, test_case_name, "begin", timestamp
82 return True, test_module_name, None, None, timestamp
83 return False, test_module_name, None, None, timestamp
155 (is_python_log, test_module_name, test_case_name, event_type,
/test/vts/runners/host/
Dbase_test.py166 self.test_module_name = self.getUserParam(
258 module_name=self.test_module_name,
964 tr_record = records.TestResultRecord(test_name, self.test_module_name)
1140 tr_record = records.TestResultRecord(test_name, self.test_module_name)
1176 func.__name__, self.test_module_name)
1213 self.test_module_name, test_name)
1354 "Failed to setup %s." % self.test_module_name)
1359 logging.exception("Failed to setup %s.", self.test_module_name)
1364 self.results.failClass(self.test_module_name,
1382 self.results.passClass(self.test_module_name)
[all …]
/test/vts/testcases/template/param_test/
Dparam_test.py92 logging.info("==========> %s <==========", self.test_module_name)
103 records.TestResultRecord(test_name, self.test_module_name)
/test/vts/testcases/template/mobly/
Dmobly_test.py112 module_name=self.test_module_name,
137 tr_record = records.TestResultRecord(line, self.test_module_name)
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1268 private boolean AddTestModuleKeys(String test_module_name, long test_module_timestamp) { in AddTestModuleKeys() argument
1269 if (test_module_name.length() == 0 || test_module_timestamp == -1) { in AddTestModuleKeys()
1270 CLog.e(String.format("Test module keys (%s,%d) are invalid.", test_module_name, in AddTestModuleKeys()
1280 out.println(String.format("%s %s", test_module_name, test_module_timestamp)); in AddTestModuleKeys()
1387 String test_module_name = planObject.getString("Name"); in doRunTest() local
1389 AddTestModuleKeys(test_module_name, test_module_timestamp); in doRunTest()
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py62 self.coverage.SetCoverageReportFilePrefix(self.test_module_name + self.abi_bitness)
/test/vts/utils/python/systrace/
Dsystrace_utils.py112 test_module_name = getattr(self, keys.ConfigKeys.KEY_TESTBED_NAME)
/test/vts/proto/
DVtsFuzzTaskMessage.proto135 optional bytes test_module_name = 11; field
DVtsReportMessage.proto330 repeated string test_module_name = 11; field
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py92 self.coverage.SetCoverageReportFilePrefix(self.test_module_name + self.abi_bitness)
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py454 tr_record = records.TestResultRecord(test_name, self.test_module_name)