Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 6 of 6) sorted by relevance

/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py77 def GetRequirements(self, test_case): argument
97 def Check(self, test_case): argument
192 def TestBinaryExists(self, test_case): argument
DKernelLtpTest.py183 def Verify(self, test_case, results): argument
215 def CheckResult(self, test_case, cmd_results, result=None, note=None): argument
468 def GetTestName(self, test_case, n_bit): argument
472 def RunLtpOnce(self, test_case, n_bit): argument
/test/vts/testcases/template/binary_test/
Dbinary_test.py461 def VerifyTestResult(self, test_case, command_results): argument
474 def RunTestCase(self, test_case): argument
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py148 def VerifyTestResult(self, test_case, command_results): argument
/test/vts/testcases/template/hal_hidl_replay_test/
Dhal_hidl_replay_test.py126 def VerifyTestResult(self, test_case, command_results): argument
/test/vts/proto/
DVtsReportMessage.proto300 repeated TestCaseReportMessage test_case = 11; field