Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test.py83 def CreateCorpusOut(self, test_case): argument
95 def RetrieveCorpusSeed(self, test_case): argument
120 def AnalyzeGeneratedCorpus(self, test_case): argument
144 def EvaluateTestcase(self, test_case, result, inuse_seed): argument
176 def RunTestcase(self, test_case): argument
223 def LogCrashReport(self, test_case): argument
252 def AssertTestResult(self, test_case, result): argument
/test/vts-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test.py102 def RunTestCase(self, test_case): argument
117 def ReportTestCase(self, test_case): argument
127 def AssertTestCaseResult(self, test_case): argument
/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-testcase/kernel/api/binder/
DVtsKernelBinderTest.py66 def RunTestCase(self, test_case): argument
/test/vts-testcase/fuzz/template/iface_fuzzer_test/
Diface_fuzzer_test.py127 def LogCrashReport(self, test_case): 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