Searched refs:TestResult (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_parser.py | 17 TestResult = namedtuple('TestResult', ['status','suites','log']) variable 287 def parse_test_result(lines: List[str]) -> TestResult: 290 return TestResult(TestStatus.NO_TESTS, [], lines) 293 return TestResult(TestStatus.FAILURE_TO_PARSE_TESTS, [], lines) 310 return TestResult(bubble_up_suite_errors(test_suites), test_suites, lines) 312 return TestResult(TestStatus.NO_TESTS, [], lines) 314 def print_and_count_results(test_result: TestResult) -> Tuple[int, int, int]: argument 341 def parse_run_tests(kernel_output) -> TestResult:
|
| H A D | kunit.py | 107 test_result = kunit_parser.TestResult(kunit_parser.TestStatus.SUCCESS,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcResults.py | 11 class TestResult: class 65 if isinstance(result_data, TestResult):
|
| H A D | tdc.py | 254 res = TestResult(tidx['id'], tidx['name']) 261 res = TestResult(tidx['id'], tidx['name']) 364 res = TestResult(tidx['id'], tidx['name']) 378 res = TestResult(tidx['id'], tidx['name']) 405 res = TestResult(tidx['id'], tidx['name'])
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 105 res = TestResult('{}-mem'.format(self.args.testid),
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | dtoc.py | 44 result = unittest.TestResult()
|
| H A D | dtoc | 44 result = unittest.TestResult()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | buildman | 38 result = unittest.TestResult()
|
| H A D | buildman.py | 38 result = unittest.TestResult()
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | binman | 41 result = unittest.TestResult()
|
| H A D | binman.py | 41 result = unittest.TestResult()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 88 result = unittest.TestResult()
|
| H A D | patman | 88 result = unittest.TestResult()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 34 self.results = unittest.TestResult()
|